vp-build/srcpkgs/lux/template

24 lines
626 B
Bash

# Template file for 'lux'
pkgname=lux
version=0.15.0
revision=1
build_style=go
go_import_path=github.com/iawia002/lux
depends="ffmpeg"
short_desc="Fast, simple and clean video downloader built with Go"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/iawia002/lux"
distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
checksum=41e45542587caa27bf8180e66c72c6c77e83d00f8dcba2e952c5a9b04d382c6c
post_install() {
vlicense LICENSE
}
annie_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
build_style=meta
}