From f719ad3aba3fa617121c89e4b0e4126fcc710d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 23 Jun 2024 15:58:07 +0300 Subject: [PATCH] - neofetch --- neofetch/alr.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 neofetch/alr.sh diff --git a/neofetch/alr.sh b/neofetch/alr.sh deleted file mode 100755 index bc56194..0000000 --- a/neofetch/alr.sh +++ /dev/null @@ -1,19 +0,0 @@ -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' -maintainer="Евгений Храмов " -architectures=('all') -license=('MIT') -provides=('neofetch') -conflicts=('neofetch') -deps=('bash') - -sources=("https://github.com/dylanaraps/${provides}/archive/refs/tags/${version}.tar.gz") -checksums=('SKIP') - -package() { - install -Dm755 "${srcdir}/${provides}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" - install -Dm755 "${srcdir}/${provides}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" -}