update: misc/neofetch-7.1.1
This commit is contained in:
19
misc/neofetch-7.1.1.PKGBUILD
Normal file
19
misc/neofetch-7.1.1.PKGBUILD
Normal file
@@ -0,0 +1,19 @@
|
||||
pkgname="neofetch"
|
||||
pkgver="7.1.1"
|
||||
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
|
||||
arch=('any')
|
||||
homepage="https://gitea.phywyj.dynv6.net/wyj/neofetch"
|
||||
license=('MIT')
|
||||
sources=("${pkgver}.tar.gz")
|
||||
urls=("https://gitea.phywyj.dynv6.net/wyj/neofetch/archive/${pkgver}.tar.gz")
|
||||
md5sums=("421b7dc986ffb23bd8b0d74bcf20325b")
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user