diff --git a/neofetch/lure.sh b/neofetch/lure.sh new file mode 100644 index 0000000..ec92ba6 --- /dev/null +++ b/neofetch/lure.sh @@ -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/" +}