wok view screenfetch/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents a72d91973e3e
children 8eaf1d9eb640
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/KittyKatt/screenFetch"
11 WGET_URL="git|git://github.com/KittyKatt/screenFetch"
13 DEPENDS="bash procps xorg-xdpyinfo"
14 BUILD_DEPENDS="git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 # patch for SliTaz (use basic artwork - job for artwork team?)
21 patch -i ../../stuff/slitaz.patch
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch
29 }