void-packages/srcpkgs/annie/template
2018-06-21 13:16:07 +02:00

17 lines
496 B
Bash

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