wok-6.x view get-algobox/receipt @ rev 23676
updated stunnel (5.55 -> 5.56)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 10:48:15 2020 +0100 (2020-04-26) |
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 }