summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-21 12:32:35 +0100
committerTreeve Jelbert2019-01-22 08:36:36 +0100
commit389bbfe27df832c11e2db6a51fcf9b094b90668d (patch)
tree7b36c16eda14f3ccb421e2251a8bc4ab6e4f431c /doc
parent6bfa2ff409d56db88e7fdef8daaec18a365d26d2 (diff)
discount-2.2.4
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/discount/BUILD6
-rwxr-xr-xdoc/discount/DETAILS14
-rw-r--r--doc/discount/HISTORY4
3 files changed, 24 insertions, 0 deletions
diff --git a/doc/discount/BUILD b/doc/discount/BUILD
new file mode 100755
index 0000000000..a1aa22849f
--- /dev/null
+++ b/doc/discount/BUILD
@@ -0,0 +1,6 @@
+OPTS+="--prefix=${INSTALL_ROOT}/usr"
+OPTS+=" --shared --pkg-config --cxx-binding"
+# ./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+./configure.sh $OPTS &&
+make
+
diff --git a/doc/discount/DETAILS b/doc/discount/DETAILS
new file mode 100755
index 0000000000..fae78066d1
--- /dev/null
+++ b/doc/discount/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=discount
+ VERSION=2.2.4
+ SOURCE_HASH=sha512:0650e0ce3f6948e3a30fdaa1a810e895f64621c55df46c7a5ed8755e65c1b718b7a1d1a1bfe0a87a3a59fbb13fca8907718f1aa095125a4b6e152602b8e490cf
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.pell.portland.or.us/~orc/Code/discount
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20190121
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+a C implementation of John Gruber\’s Markdown text to html language
+EOF
diff --git a/doc/discount/HISTORY b/doc/discount/HISTORY
new file mode 100644
index 0000000000..2a269fe913
--- /dev/null
+++ b/doc/discount/HISTORY
@@ -0,0 +1,4 @@
+2019-01-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.2.4
+ spell created
+