New package: annie-0.6.4

This commit is contained in:
cr6git 2018-03-28 20:59:30 +02:00 committed by Toyam Cox
parent 7643ea4aa5
commit 1c21ff07c5
1 changed files with 17 additions and 0 deletions

17
srcpkgs/annie/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'annie'
pkgname=annie
version=0.6.4
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"
checksum=e7f9caf29bf4b48e9329f0c7efba7988bcd2f8d0361b710022a40cd033164d4f
post_install() {
vlicense LICENSE
}