void-packages/srcpkgs/annie/template
2019-01-01 19:37:44 -02:00

17 lines
494 B
Bash

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