wok-next view screenfetch/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }