diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template new file mode 100644 index 00000000000..c67bc1a5490 --- /dev/null +++ b/srcpkgs/annie/template @@ -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 " +homepage="https://github.com/iawia002/annie" +license="MIT" +distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz" +checksum=e7f9caf29bf4b48e9329f0c7efba7988bcd2f8d0361b710022a40cd033164d4f + +post_install() { + vlicense LICENSE +}