summaryrefslogtreecommitdiffstats
path: root/crypto/shc/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/shc/DETAILS')
-rwxr-xr-xcrypto/shc/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/shc/DETAILS b/crypto/shc/DETAILS
new file mode 100755
index 0000000000..36d1012028
--- /dev/null
+++ b/crypto/shc/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=shc
+ VERSION=3.8
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.datsi.fi.upm.es/~frosal/sources/$SOURCE
+ MD5[0]=c1e8d207948e1c78390776b256ba7e97
+ WEB_SITE=http://www.datsi.fi.upm.es/~frosal/
+ ENTERED=20050217
+ UPDATED=20050217
+ LICENSE[0]=GPL
+ SHORT="Generic shell script compiler"
+cat << EOF
+shc is a generic shell script compiler. Shc takes a script, which is
+specified on the command line and produces C source code. The
+generated source code is then compiled and linked to produce a
+stripped binary executable. Use with care.
+EOF