wok-next annotate get-bitcoin/receipt @ rev 20976
Follow recent changes in the Python renames
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 25 17:35:51 2018 +0300 (2018-09-25) |
parents | d958fec46c9f |
children | d5aab818505e |
rev | line source |
---|---|
pascal@13744 | 1 # SliTaz package receipt. |
pascal@13744 | 2 |
pascal@13744 | 3 PACKAGE="get-bitcoin" |
pascal@13744 | 4 VERSION="1.00" |
pascal@13744 | 5 CATEGORY="misc" |
pascal@13744 | 6 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." |
pascal@13744 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 8 LICENSE="BSD" |
al@20906 | 9 WEB_SITE="https://bitcoin.org/" |
al@20882 | 10 REPOLOGY="-" |
pascal@13744 | 11 |
pascal@13744 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13744 | 13 genpkg_rules() |
pascal@13744 | 14 { |
pascal@13744 | 15 mkdir -p $fs/usr/bin |
pascal@14504 | 16 cp $stuff/get-bitcoin $fs/usr/bin |
pascal@13744 | 17 } |
pascal@13744 | 18 |