void-packages/srcpkgs/annie/template
cr6git 2adf27bfb5 annie: update to 0.6.7.
Closes #13706.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-21 22:58:59 +02:00

17 lines
496 B
Bash

# Template file for 'annie'
pkgname=annie
version=0.6.7
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>"
license="MIT"
homepage="https://github.com/iawia002/annie"
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
checksum=52b6bb9c7abb691cadd187d3ce1338180e93f3942e38e656ab4734a66b25db45
post_install() {
vlicense LICENSE
}