17 lines
497 B
Bash
17 lines
497 B
Bash
# Template file for 'annie'
|
|
pkgname=annie
|
|
version=0.7.17
|
|
revision=2
|
|
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=18f8738c6601f88773e6ca7b826ed55d65b7566ce170eb6d601d77da5f2e3597
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|