# Template file for 'lux'
pkgname=lux
version=0.23.0
revision=2
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"
changelog="https://github.com/iawia002/lux/releases"
distfiles="https://github.com/iawia002/lux/archive/refs/tags/v${version}.tar.gz"
checksum=89554ef1eaa02705833ca76dfaed1c40a2ccae8d8e4aeb5221f6ffabb1592960

post_install() {
	vlicense LICENSE
}

annie_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" (transitional dummy package)"
	build_style=meta
}
