wok-next annotate 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
rev   line source
paul@16867 1 # SliTaz package receipt.
paul@16867 2
paul@16867 3 PACKAGE="screenfetch"
paul@16867 4 VERSION="3.5.0"
paul@16867 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Bash screenshot information tool"
paul@16867 7 MAINTAINER="paul@slitaz.org"
pascal@17216 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://github.com/KittyKatt/screenFetch"
al@21020 10
paul@16867 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@16867 12 WGET_URL="git|git://github.com/KittyKatt/screenFetch"
paul@16867 13
paul@16867 14 BUILD_DEPENDS="git bzip2"
paul@16867 15
al@21020 16 compile_rules() {
al@21020 17 install -Dm755 screenfetch-dev $install/usr/bin/screenfetch
paul@16867 18 }
paul@16867 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
al@21078 22 DEPENDS="bash procps xdpyinfo"
paul@16867 23 }