mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 03:22:12 +01:00
23 lines
867 B
Plaintext
23 lines
867 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=screenfetch
|
|
_pkgname=screenFetch
|
|
pkgver=3.9.1
|
|
pkgrel=0
|
|
pkgdesc="Fetches system/theme information in terminal for Linux desktop screenshots"
|
|
url="https://github.com/KittyKatt/screenFetch"
|
|
arch="noarch"
|
|
license="GPL-3.0"
|
|
depends="bash bc"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/$_pkgname/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgname-$pkgver"
|
|
options="!check" # no tests provided by upstream
|
|
|
|
package() {
|
|
install -m 755 -D screenfetch-dev "$pkgdir"/usr/bin/$pkgname
|
|
install -m 644 -D $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
|
|
}
|
|
|
|
sha512sums="e186901480dcad57b765052b1b156b7706a196ce0e08b6b88264912a5d2a1250e5014923312353a82ccabd8129d4d2421891f13fd34f0ed76c50ce9633207df0 screenfetch-3.9.1.tar.gz"
|