mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 10:12:13 +01:00
26 lines
967 B
Plaintext
26 lines
967 B
Plaintext
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
_luaver=5.1
|
|
pkgname=vicious
|
|
pkgver=2.5.0
|
|
pkgrel=0
|
|
pkgdesc="widgets for the Awesome window manager"
|
|
url="https://vicious.readthedocs.io/en/latest/"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="lua$_luaver"
|
|
options="!check" # no test suite
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/vicious-widgets/vicious/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
package() {
|
|
install -Dm0644 ./*.lua -t "$pkgdir"/usr/share/lua/$_luaver/vicious/
|
|
install -Dm0644 widgets/*.lua -t "$pkgdir"/usr/share/lua/$_luaver/vicious/widgets/
|
|
install -Dm0644 contrib/*.lua -t "$pkgdir"/usr/share/lua/$_luaver/vicious/contrib/
|
|
install -Dm0644 README.md -t "$pkgdir"/usr/share/doc/vicious/
|
|
}
|
|
|
|
sha512sums="
|
|
deb21587d1d7f2e6e4dd77c74abbfa337acf6c99ef9bebc0e505f1508afc6e3b03f043a639f866fcda0191447c103d3fba51376682201482fb669a263321dee5 vicious-2.5.0.tar.gz
|
|
"
|