wok-current rev 25000
updated nms (0.3.3 -> 1.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 13:53:18 2022 +0100 (2022-05-16) |
parents | 62e9d2aace40 |
children | c8002e745818 |
files | nms/description.txt nms/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nms/description.txt Mon May 16 13:53:18 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +This project provides a command line tool called nms that recreates 1.5 +the famous data decryption effect seen on screen in the 1992 hacker 1.6 +movie Sneakers. 1.7 + 1.8 +This command works on piped data. Pipe any ASCII or UTF-8 text to nms, 1.9 +and it will apply the Hollywood effect, initially showing encrypted 1.10 +data, then starting a decryption sequence to reveal the original 1.11 +plain-text characters.
2.1 --- a/nms/receipt Mon May 16 13:38:34 2022 +0100 2.2 +++ b/nms/receipt Mon May 16 13:53:18 2022 +0100 2.3 @@ -1,16 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="nms" 2.7 -VERSION="0.3.3" 2.8 +VERSION="1.0.1" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Decrypting effects for text." 2.11 MAINTAINER="paul@slitaz.org" 2.12 LICENSE="GPL3" 2.13 -TARBALL="no-more-secrets-$VERSION.tar.gz" 2.14 WEB_SITE="https://github.com/bartobri/no-more-secrets" 2.15 +REPOLOGY="no-more-secrets" 2.16 + 2.17 +SOURCE="no-more-secrets" 2.18 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" 2.20 + 2.21 PROVIDE="no-more-secrets" 2.22 - 2.23 DEPENDS="ncurses" 2.24 BUILD_DEPENDS="ncurses-dev" 2.25 2.26 @@ -30,6 +33,5 @@ 2.27 # Rules to gen a SliTaz package suitable for Tazpkg. 2.28 genpkg_rules() 2.29 { 2.30 - mkdir -p $fs/usr 2.31 - cp -a $install/usr/bin $fs/usr 2.32 + cook_copy_folders bin 2.33 }