vp-build/srcpkgs/annie/template

18 lines
496 B
Bash

# Template file for 'annie'
pkgname=annie
version=0.6.6
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=e9b25727ad651951d04e5649271cf639c9745d0577143ba0ce15d205c4dced87
post_install() {
vlicense LICENSE
}