void-packages/srcpkgs/annie/template

18 lines
496 B
Bash
Raw Normal View History

2018-03-28 18:59:30 +00:00
# Template file for 'annie'
pkgname=annie
2018-07-13 04:24:52 +00:00
version=0.7.8
revision=1
2018-03-28 18:59:30 +00:00
build_style=go
go_import_path="github.com/iawia002/annie"
depends="ffmpeg"
short_desc="Fast, simple and clean video downloader built with Go"
maintainer="cr6git <quark6@protonmail.com>"
license="MIT"
homepage="https://github.com/iawia002/annie"
2018-03-28 18:59:30 +00:00
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
2018-07-13 04:24:52 +00:00
checksum=96f77b3a38592011c108a7c73fc1875cd656f462bd0ac6e41e041fd78138ed3b
2018-03-28 18:59:30 +00:00
post_install() {
vlicense LICENSE
}