From 65787ff79a61cefa1c6d5926c2bb58aa231f9b91 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.5.0 --- srcpkgs/frangipanni/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/frangipanni/template diff --git a/srcpkgs/frangipanni/template b/srcpkgs/frangipanni/template new file mode 100644 index 000000000000..5aeb1acc62f6 --- /dev/null +++ b/srcpkgs/frangipanni/template @@ -0,0 +1,23 @@ +# Template file for 'frangipanni' +pkgname=frangipanni +version=0.5.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=11a181c582f57c1a3d0f1cc934eacb6a7e18ca458c6575c84efcbb9b4bfcc0e2 + +post_install() { + vlicense LICENSE + vdoc README.md + + vmkdir usr/share/${pkgname} + vinstall json.lua 644 usr/share/${pkgname} + vinstall args.lua 644 usr/share/${pkgname} + vinstall xml.lua 644 usr/share/${pkgname} + vinstall markdown.lua 644 usr/share/${pkgname} +}