void-packages/srcpkgs/annie/template
2020-06-26 20:47:42 +02:00

18 lines
503 B
Bash

# Template file for 'annie'
pkgname=annie
version=0.10.2
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="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/iawia002/annie"
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
checksum=62ce7ecad18b09970048537fc62be2ad75e1936d57710b3058c9c8a866675aae
post_install() {
vlicense LICENSE
}