void-packages/srcpkgs/annie/template
2019-01-18 06:20:43 -02:00

17 lines
495 B
Bash

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