wok view get-algobox/receipt @ rev 23287

updated perl-animation (2.4 -> 2.6)
author Hans-G?nter Theisgen
date Sun Mar 29 14:54:06 2020 +0100 (2020-03-29)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-algobox"
4 VERSION="1.01"
5 CATEGORY="misc"
6 SHORT_DESC="Get the Algorithm creation tool for education."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xm1math.net/algobox/"
11 # fetches latest version only!
12 # available versions are amd64 only!
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-algobox $fs/usr/bin
19 }