void-packages/srcpkgs/annie/template

18 lines
497 B
Bash
Raw Normal View History

2018-03-28 18:59:30 +00:00
# Template file for 'annie'
pkgname=annie
2018-08-23 06:14:30 +00:00
version=0.7.17
2018-08-25 07:04:33 +00:00
revision=2
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-08-23 06:14:30 +00:00
checksum=18f8738c6601f88773e6ca7b826ed55d65b7566ce170eb6d601d77da5f2e3597
2018-03-28 18:59:30 +00:00
post_install() {
vlicense LICENSE
}