annie: rename to lux and update to lux-0.12.0
This commit is contained in:
parent
d262d0cd38
commit
18618953c4
|
@ -0,0 +1 @@
|
|||
lux
|
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'annie'
|
||||
pkgname=annie
|
||||
version=0.11.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/iawia002/annie
|
||||
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/annie"
|
||||
distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz"
|
||||
checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue