From 39972d5f222a5841ec0eb58b3462d64238c912d1 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 30 Mar 2021 17:34:29 +0200 Subject: [PATCH] New package: frangipanni-0.4.0 --- srcpkgs/frangipanni/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/frangipanni/template diff --git a/srcpkgs/frangipanni/template b/srcpkgs/frangipanni/template new file mode 100644 index 000000000000..b8c936eee9b9 --- /dev/null +++ b/srcpkgs/frangipanni/template @@ -0,0 +1,22 @@ +# Template file for 'frangipanni' +pkgname=frangipanni +version=0.4.0 +revision=1 +build_style=go +go_import_path="github.com/birchb1024/frangipanni" +short_desc="Program to convert lines of text into tree structures" +maintainer="Daniel Lewan " +license="MIT" +homepage="https://github.com/birchb1024/frangipanni" +distfiles="https://github.com/birchb1024/frangipanni/archive/refs/tags/v${version}.tar.gz" +checksum=81fb239a7c93d5f6f9e83662675ab4227f62f57b215a04e1773383225d99d7b6 + +post_install() { + vlicense LICENSE + vdoc README.md + + vmkdir usr/share/${pkgname} + vinstall json.lua 644 usr/share/${pkgname} + vinstall xml.lua 644 usr/share/${pkgname} + vinstall markdown.lua 644 usr/share/${pkgname} +}