Добавление neofetch

This commit is contained in:
Евгений Храмов 2022-12-27 23:51:01 +03:00
parent 5c46afa69d
commit 46951df288

18
neofetch/lure.sh Normal file

@ -0,0 +1,18 @@
name='neofetch'
version='7.1.0'
release='1'
desc='Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.'
homepage='https://github.com/dylanaraps/neofetch'
architectures=('all')
license=('MIT')
provides=('neofetch')
conflicts=('neofetch')
deps=('bash')
sources=("https://github.com/dylanaraps/${name}/archive/refs/tags/${version}.tar.gz")
checksums=('SKIP')
package() {
install -Dm755 "{srcdir}/" "${pkgdir}/usr/bin/"
install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/"
}