void-packages/srcpkgs/lux/template

24 lines
626 B
Bash

# Template file for 'lux'
pkgname=lux
version=0.20.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=29988118bf57d8925ab15ec5bf039d4ed23bb6f11e90b65b9e599ccbb3e649e0
post_install() {
vlicense LICENSE
}
annie_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
build_style=meta
}