void-packages/srcpkgs/annie/template
2018-04-03 12:40:47 -04:00

17 lines
496 B
Bash

# 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
}