From 6c28381b51f5be5afec7fc7cedb67cd84f6879dc Mon Sep 17 00:00:00 2001 From: Antonio Malcolm Date: Mon, 21 Dec 2015 23:17:49 -0800 Subject: [PATCH] new package: unoconv --- srcpkgs/unoconv/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/unoconv/template diff --git a/srcpkgs/unoconv/template b/srcpkgs/unoconv/template new file mode 100644 index 00000000000..582e8acf339 --- /dev/null +++ b/srcpkgs/unoconv/template @@ -0,0 +1,16 @@ +# Template file for 'unoconv' +pkgname=unoconv +version=0.7 +revision=1 +build_style=gnu-makefile +hostmakedepends="asciidoc git" +short_desc="Convert between document formats supported by LibreOffice/OpenOffice" +maintainer="Antonio Malcolm " +license="GPL-2" +homepage="https://github.com/dagwieers/unoconv" +distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=b3f58573aba59d3ada7d8f51cd6844b6abc20251cf89820e939dcf9b5a4eb2dc + +post_install() { + vlicense COPYING +}