# Description: recreation of the famous "decrypting text" effect as seen in the 1992 movie Sneakers # URL: https://github.com/bartobri/no-more-secrets # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=no-more-secrets version=0.3.3 release=1 source=(https://github.com/bartobri/$name/archive/v$version.tar.gz) build() { cd $name-$version make make prefix=/usr DESTDIR=$PKG install }