New package: github-opml-1.0.

Closes: #8578 [via git-merge-pr]
This commit is contained in:
maxice8 2017-10-26 10:59:08 -02:00 committed by Jürgen Buchmüller
parent afe565738f
commit 18677ee266
1 changed files with 17 additions and 0 deletions

View File

@ -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 <thinkabit.ukim@gmail.com>"
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
}