void-packages/srcpkgs/annie/template

18 lines
496 B
Bash
Raw Normal View History

2018-03-28 20:59:30 +02:00
# Template file for 'annie'
pkgname=annie
2018-09-17 05:49:40 +02:00
version=0.8.1
2018-08-27 08:40:27 +02:00
revision=1
2018-03-28 20:59:30 +02:00
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"
2018-03-28 20:59:30 +02:00
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
2018-09-17 05:49:40 +02:00
checksum=773f01f73a4c106f4ad6943433fb026532bb85104ee44abf00530cc1751d2f57
2018-03-28 20:59:30 +02:00
post_install() {
vlicense LICENSE
}