17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'annie'
|
|
pkgname=annie
|
|
version=0.10.3
|
|
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=a5252317113cf90e687a532b2e961126206b29829c61d6507fc69881e85d1d34
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|