rename bin or git

This commit is contained in:
2023-01-08 14:49:07 +03:00
parent efb2257abb
commit 091a4b7f2d
16 changed files with 61 additions and 51 deletions

View File

@ -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="Евгений Храмов <xpamych@yandex.ru>"
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}/${name}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch"
install -Dm755 "${srcdir}/${name}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1"
}