wok-next view suplemon/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents 1eb4aacb48ed
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="suplemon"
4 VERSION="0.1.55"
5 CATEGORY="utilities"
6 SHORT_DESC="Console text editor with multi cursor support"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/richrd/suplemon"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/richrd/suplemon"
14 BUILD_DEPENDS="python3-dev git bzip2"
16 compile_rules() {
17 python3 -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python3"
23 }