wok annotate get-algobox/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 42b8478866fb
children
rev   line source
pascal@13707 1 # SliTaz package receipt.
pascal@13707 2
pascal@13707 3 PACKAGE="get-algobox"
Hans-G?nter@22806 4 VERSION="1.01"
pascal@13707 5 CATEGORY="misc"
Hans-G?nter@22806 6 SHORT_DESC="Get the Algorithm creation tool for education."
Hans-G?nter@22806 7 MAINTAINER="maintainer@slitaz.org"
pascal@15199 8 LICENSE="BSD"
Hans-G?nter@22806 9 WEB_SITE="https://www.xm1math.net/algobox/"
Hans-G?nter@22806 10
Hans-G?nter@22806 11 # fetches latest version only!
Hans-G?nter@22806 12 # available versions are amd64 only!
pascal@13707 13
pascal@13707 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13707 15 genpkg_rules()
pascal@13707 16 {
pascal@13707 17 mkdir -p $fs/usr/bin
Hans-G?nter@22806 18 cp stuff/get-algobox $fs/usr/bin
pascal@13707 19 }