wok annotate get-litecoin/receipt @ rev 23432

updated phpvirtualbox (4.0-7 -> 5.2.1)
author Hans-G?nter Theisgen
date Wed Apr 01 17:31:39 2020 +0100 (2020-04-01)
parents 42b8478866fb
children
rev   line source
pascal@14503 1 # SliTaz package receipt.
pascal@14503 2
pascal@14503 3 PACKAGE="get-litecoin"
Hans-G?nter@22839 4 VERSION="1.01"
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"
Hans-G?nter@22839 9 WEB_SITE="https://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
Hans-G?nter@22839 15 cp $stuff/get-litecoin $fs/usr/bin
pascal@14503 16 }