wok-next view suplemon/receipt @ rev 21158
tor 0.3.5.7
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Thu Feb 07 06:59:40 2019 +0000 (2019-02-07) |
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 }