summaryrefslogtreecommitdiff
path: root/foundation/groff.morph
diff options
context:
space:
mode:
Diffstat (limited to 'foundation/groff.morph')
-rw-r--r--foundation/groff.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/foundation/groff.morph b/foundation/groff.morph
new file mode 100644
index 00000000..b6143256
--- /dev/null
+++ b/foundation/groff.morph
@@ -0,0 +1,13 @@
+name: foundation/groff.morph
+kind: chunk
+repo: upstream:groff
+ref: c7017a099f954bb6de60e79c876935b1bf438b9a
+max-jobs: 1
+configure-commands:
+- PAGE=A4 ./configure --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
+- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"