void-packages/srcpkgs/annie/template

18 lines
496 B
Bash
Raw Normal View History

2018-03-28 20:59:30 +02:00
# Template file for 'annie'
pkgname=annie
2018-04-12 20:46:00 +02:00
version=0.6.5
2018-03-28 20:59:30 +02:00
revision=1
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>"
homepage="https://github.com/iawia002/annie"
license="MIT"
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
2018-04-12 20:46:00 +02:00
checksum=9f6029d9c372a174d372913ab3e856eb73075602baa956520e78639b0e151e5a
2018-03-28 20:59:30 +02:00
post_install() {
vlicense LICENSE
}