fix(build): PKGBUILD now references correct boost package
This commit is contained in:
parent
b74a2957c3
commit
b3ebdaeaab
@ -1,17 +1,19 @@
|
||||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=lemonbuddy
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="A fast and easy-to-use tool for Lemonbar."
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/jaagr/lemonbuddy"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
depends=('sh' 'alsa-lib' 'libmpdclient' 'libxrandr')
|
||||
optdepends=('lemonbar-sm-git')
|
||||
makedepends=('cmake' 'pkg-config' 'clang' 'glibc'
|
||||
'boost-libs' 'libx11' 'wireless_tools'
|
||||
'alsa-lib' 'libsigc++' 'i3-wm')
|
||||
depends=('sh' 'alsa-lib' 'libmpdclient' 'libxrandr' 'libsigc++')
|
||||
optdepends=('lemonbar-sm-git' 'i3-wm' 'i3ipc-glib-git')
|
||||
makedepends=('libsigc++' 'libmpdclient' 'libxrandr'
|
||||
'cmake' 'pkg-config' 'clang' 'glibc'
|
||||
'boost' 'libx11' 'wireless_tools')
|
||||
|
||||
source=("git+https://github.com/jaagr/lemonbuddy.git#tag=0.1.0")
|
||||
md5sums=('SKIP')
|
||||
|
||||
@ -27,6 +29,6 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/$pkgname/build" || exit
|
||||
make DESTDIR="$pkgdir/" install
|
||||
cd ..
|
||||
cd .. || exit
|
||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user