18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'annie'
|
|
pkgname=annie
|
|
version=0.7.18
|
|
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>"
|
|
license="MIT"
|
|
homepage="https://github.com/iawia002/annie"
|
|
distfiles="https://github.com/iawia002/annie/archive/${version}.tar.gz"
|
|
checksum=43c4c7b793d292f5db65e3f76078e87d062c4d338df608f3abb0821ecc7995d8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|