wok-next view cherrytree/receipt @ rev 21605
dropbear: add ed25519 key
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 25 08:01:52 2020 +0000 (2020-06-25) |
parents | 0cbe4b1f2230 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cherrytree"
4 VERSION="0.39.4"
5 CATEGORY="office"
6 SHORT_DESC="A hierarchical note taking application"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.giuspen.com/cherrytree/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://www.giuspen.com/software/$TARBALL"
15 BUILD_DEPENDS="desktop-file-utils gettext-dev pygtksourceview-dev python"
17 compile_rules()
18 {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules()
23 {
24 copy @std
25 DEPENDS="p7zip-full pygtksourceview python python-pygtk"
26 }