wok annotate get-bitcoin/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 months ago)
parents 0467021a4935
children
rev   line source
pascal@13744 1 # SliTaz package receipt.
pascal@13744 2
pascal@13744 3 PACKAGE="get-bitcoin"
Hans-G?nter@22807 4 VERSION="1.01"
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"
Hans-G?nter@22807 8 LICENSE="GPLv3"
pascal@25540 9 WEB_SITE="https://bitcoin.org/"
pascal@13744 10
pascal@13744 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13744 12 genpkg_rules()
pascal@13744 13 {
pascal@13744 14 mkdir -p $fs/usr/bin
Hans-G?nter@22807 15 cp $stuff/get-bitcoin $fs/usr/bin
pascal@13744 16 }