diff options
Diffstat (limited to 'repo/core/xmlto.xibuild')
-rw-r--r-- | repo/core/xmlto.xibuild | 14 |
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 +} |