wok-next view screenfetch/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="screenfetch"
4 VERSION="3.5.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Bash screenshot information tool"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/KittyKatt/screenFetch"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/KittyKatt/screenFetch"
14 BUILD_DEPENDS="git bzip2"
16 compile_rules() {
17 install -Dm755 screenfetch-dev $install/usr/bin/screenfetch
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="bash procps xdpyinfo"
23 }