From c93d5a7df55cdd1af86600518183df3c54decf20 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 21:09:41 +0000 Subject: added xmlto --- repo/core/xmlto.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/core/xmlto.xibuild (limited to 'repo/core/xmlto.xibuild') 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 +} -- cgit v1.2.1