void-packages/srcpkgs/annie/template
2021-08-28 14:46:58 -03:00

18 lines
504 B
Bash

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