blob: 8c24b2248b935e35f96648df4e7bff12f035fee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Maintainer: ghesy <ehsan at disroot dot org>
pkgname=luastatus-meta
pkgver=r1
pkgrel=2
pkgdesc="Meta package to install luastatus's dependencies"
url=https://github.com/shdown/luastatus
arch=('any')
license=('GPL')
depends=(
'lua51-luautf8'
'libxcb>=1.10'
'yajl>=2.0.4'
'alsa-lib>=1.0.27.2'
'libpulse>=4.0'
'libudev.so'
'libnl>=3.0'
'glib2>=2.40.2'
'libx11>=1.6.2'
'xcb-util>=0.3.8'
'xcb-util-wm>=0.4.1'
)
# vim:noexpandtab
|