aports/testing/disfetch/APKBUILD
2023-06-08 21:29:58 +00:00

20 lines
669 B
Text

# Contributor: Maxim Karasev <begs@disroot.org>
# Contributor: Dmitry Kruchko <corg@disroot.org>
# Maintainer: Dmitry Kruchko <corg@disroot.org>
pkgname=disfetch
pkgver=3.7
pkgrel=0
pkgdesc="Yet another *nix distro fetching program, but less complex"
url="https://github.com/q60/disfetch"
arch="noarch"
options="!check" # no tests
license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/q60/disfetch/archive/refs/tags/$pkgver.tar.gz"
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
sha512sums="
6f21d1cdcc357cf4b6d0d1c37ca7d035b9c4ec959f7e5b62921d88c15b7c5dec4d0ff457867d0de75afcba2758314242bd178330ca31ede58d89ca65e41b487d disfetch-3.7.tar.gz
"