1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/pfetch/APKBUILD
Johannes Heimansberg 57f2f55b65 testing/pfetch: new aport
https://github.com/dylanaraps/pfetch
System information tool written in POSIX sh
2021-05-27 11:29:52 +00:00

19 lines
604 B
Text

# Contributor: Johannes Heimansberg <git@jhe.dedyn.io>
# Maintainer: Johannes Heimansberg <git@jhe.dedyn.io>
pkgname=pfetch
pkgver=0.6.0
pkgrel=0
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::$url/archive/$pkgver.tar.gz"
package() {
install -Dm755 pfetch "$pkgdir"/usr/bin/pfetch
}
sha512sums="
868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf pfetch-0.6.0.tar.gz
"