wok-next view nms/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 9e247dfd5b85
children d5aab818505e
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"
16 compile_rules() {
17 make &&
18 make prefix=/usr DESTDIR=$DESTDIR install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="ncurses"
24 }