Добавление neofetch
This commit is contained in:
parent
5c46afa69d
commit
46951df288
18
neofetch/lure.sh
Normal file
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/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user