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