summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--groff.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/groff.morph b/groff.morph
new file mode 100644
index 00000000..f6364b18
--- /dev/null
+++ b/groff.morph
@@ -0,0 +1,15 @@
+{
+ "name": "groff",
+ "kind": "chunk",
+ "configure-commands": [
+ "PAGE=A4 ./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install",
+ "ln -sv eqn \"$DESTDIR/usr/bin/geqn\"",
+ "ln -sv tbl \"$DESTDIR/usr/bin/gtbl\""
+ ]
+}