# HG changeset patch # User Hans-G?nter Theisgen # Date 1652705598 -3600 # Node ID ecc0d362278b36a726505b8d22b243cb24d0ebbc # Parent 62e9d2aace407f8b03928ee78c538f5957e37c48 updated nms (0.3.3 -> 1.0.1) diff -r 62e9d2aace40 -r ecc0d362278b nms/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nms/description.txt Mon May 16 13:53:18 2022 +0100 @@ -0,0 +1,8 @@ +This project provides a command line tool called nms that recreates +the famous data decryption effect seen on screen in the 1992 hacker +movie Sneakers. + +This command works on piped data. Pipe any ASCII or UTF-8 text to nms, +and it will apply the Hollywood effect, initially showing encrypted +data, then starting a decryption sequence to reveal the original +plain-text characters. diff -r 62e9d2aace40 -r ecc0d362278b nms/receipt --- a/nms/receipt Mon May 16 13:38:34 2022 +0100 +++ b/nms/receipt Mon May 16 13:53:18 2022 +0100 @@ -1,16 +1,19 @@ # SliTaz package receipt. PACKAGE="nms" -VERSION="0.3.3" +VERSION="1.0.1" CATEGORY="utilities" SHORT_DESC="Decrypting effects for text." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" -TARBALL="no-more-secrets-$VERSION.tar.gz" WEB_SITE="https://github.com/bartobri/no-more-secrets" +REPOLOGY="no-more-secrets" + +SOURCE="no-more-secrets" +TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL" + PROVIDE="no-more-secrets" - DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" @@ -30,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }