From 46951df288a9b11d0c09fe04ec54db0aa300e53e Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 27 Dec 2022 23:51:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20neofetch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch/lure.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 neofetch/lure.sh 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/" +}