wok-6.x annotate get-litecoin/receipt @ rev 19700
Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 14 11:23:11 2017 +0100 (2017-02-14) |
parents | b81c74d68a28 |
children | 4668ebef1dbf |
rev | line source |
---|---|
pascal@14503 | 1 # SliTaz package receipt. |
pascal@14503 | 2 |
pascal@14503 | 3 PACKAGE="get-litecoin" |
pascal@14503 | 4 VERSION="1.00" |
pascal@14503 | 5 CATEGORY="misc" |
pascal@14503 | 6 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." |
pascal@14503 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 8 LICENSE="BSD" |
pascal@14503 | 9 WEB_SITE="http://litecoin.org/" |
pascal@14503 | 10 |
pascal@14503 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14503 | 12 genpkg_rules() |
pascal@14503 | 13 { |
pascal@14503 | 14 mkdir -p $fs/usr/bin |
pascal@14503 | 15 cp $stuff/get-litecoin $fs/usr/bin |
pascal@14503 | 16 } |
pascal@14503 | 17 |