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