18 lines
496 B
Bash
18 lines
496 B
Bash
# Template file for 'annie'
|
|
pkgname=annie
|
|
version=0.6.5
|
|
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="cr6git <quark6@protonmail.com>"
|
|
homepage="https://github.com/iawia002/annie"
|
|
license="MIT"
|
|
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
|
|
checksum=9f6029d9c372a174d372913ab3e856eb73075602baa956520e78639b0e151e5a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|