void-packages/srcpkgs/github-opml/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
540 B
Bash

# Template file for 'github-opml'
pkgname=github-opml
version=1.0
revision=6
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="Orphaned <orphan@voidlinux.org>"
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
}