From 18677ee266a5cb1666cf2ea8d964bcca8d2c738d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 26 Oct 2017 10:59:08 -0200 Subject: [PATCH] New package: github-opml-1.0. Closes: #8578 [via git-merge-pr] --- srcpkgs/github-opml/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/github-opml/template diff --git a/srcpkgs/github-opml/template b/srcpkgs/github-opml/template new file mode 100644 index 00000000000..91c6aff2630 --- /dev/null +++ b/srcpkgs/github-opml/template @@ -0,0 +1,17 @@ +# Template file for 'github-opml' +pkgname=github-opml +version=1.0 +revision=1 +build_style=go +go_import_path=github.com/jojomi/github-opml +hostmakedepends="git" +short_desc="Create opml file with references to all starred repos by a github user" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/jojomi/github-opml" +distfiles="https://github.com/jojomi/github-opml/archive/v${version}.tar.gz" +checksum=1e1d39505db625579ee69bf08909e149b67ef3d45eb7693787431e5389437a44 + +post_install() { + vlicense LICENSE +}