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 +}