wok-next view screenfetch/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }