void-packages/srcpkgs/annie/template
2018-08-12 20:44:28 +02:00

17 lines
497 B
Bash

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