summaryrefslogtreecommitdiff
path: root/repo/core/xmlto.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 21:09:41 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 21:09:41 +0000
commitc93d5a7df55cdd1af86600518183df3c54decf20 (patch)
treefedc5265f022b7d47f3daa90074082c72a9f1af6 /repo/core/xmlto.xibuild
parent0c95023bfe54fffbad7426b277e47d8b4182db3c (diff)
added xmlto
Diffstat (limited to 'repo/core/xmlto.xibuild')
-rw-r--r--repo/core/xmlto.xibuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/repo/core/xmlto.xibuild b/repo/core/xmlto.xibuild
new file mode 100644
index 0000000..42389cb
--- /dev/null
+++ b/repo/core/xmlto.xibuild
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+DEPS=(libxslt)
+
+SOURCE=https://pagure.io/xmlto
+BRANCH=
+DESC="Convert xml to many other formats"
+
+
+build () {
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG_DEST install
+}