wok-next annotate screenfetch/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d6378d455338 |
children | 5669e8b3be70 |
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@21020 | 22 DEPENDS="bash procps xorg-xdpyinfo" |
paul@16867 | 23 } |