void-packages/srcpkgs/lux/template
2022-03-20 23:04:18 +01:00

23 lines
626 B
Bash

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