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