void-packages/srcpkgs/annie/template
cr6git 385111bcff annie: update to 0.7.2.
Closes #14662.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-26 15:25:29 +02:00

17 lines
496 B
Bash

# Template file for 'annie'
pkgname=annie
version=0.7.2
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=a13993132f37a8b42a6bd3d4c0f33eaf708bb409db612f35886d2cc7ee451216
post_install() {
vlicense LICENSE
}