alr-repo/neofetch/lure.sh

19 lines
542 B
Bash

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/"
}