Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annie: rename to lux and update to lux-0.12.0 #35234

Merged
merged 1 commit into from Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/annie
17 changes: 0 additions & 17 deletions srcpkgs/annie/template

This file was deleted.

23 changes: 23 additions & 0 deletions srcpkgs/lux/template
@@ -0,0 +1,23 @@
# Template file for 'lux'
pkgname=lux
version=0.12.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=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd

post_install() {
vlicense LICENSE
}

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