aports/testing/pfetch/APKBUILD
psykose 345e721a45 */*: replace $url in source= with the url
the two are distinct, url isn't a variable. it could be changed to
update to e.g. a documentation site, source url is separate
2023-05-17 06:11:24 +02:00

20 lines
636 B
Plaintext

# Contributor: Johannes Heimansberg <git@jhe.dedyn.io>
# Maintainer: Johannes Heimansberg <git@jhe.dedyn.io>
pkgname=pfetch
pkgver=0.6.0
pkgrel=1
pkgdesc="System information tool written in POSIX sh"
url="https://github.com/dylanaraps/pfetch"
arch="noarch"
license="MIT"
options="!check" # There is no test suite
source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pfetch/archive/$pkgver.tar.gz"
package() {
install -Dm755 pfetch "$pkgdir"/usr/bin/pfetch
}
sha512sums="
868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf pfetch-0.6.0.tar.gz
"