wok-next view nms/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents d5aab818505e
children dbc201d673f5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nms"
4 VERSION="10122016"
5 CATEGORY="utilities"
6 SHORT_DESC="Decrypting effects for text"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/bartobri/no-more-secrets"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/bartobri/no-more-secrets"
14 BUILD_DEPENDS="git bzip2 ncurses-dev"
15 DEPENDS="ncurses"
17 compile_rules() {
18 make &&
19 make prefix=/usr DESTDIR=$install install
20 }