summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b5431d974802e2f541e2540ba0069aff86f6dd82 (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
25
26
27
# Maintainer: BOEHM Guillaume <guillaumeboehm@hotmail.fr>
_projectname='meestic'
pkgname=meestic-git
pkgver=r10406.8d152463a
pkgrel=1
pkgdesc="Small command-line tool to control the keyboard lights of MSI Delta 15 laptops."
arch=('any')
url="https://github.com/Koromix/rygel"
license=('AGPL3')
depends=('libgudev')
makedepends=('git' 'base-devel')
provides=('meestic')
conflicts=('meestic')
replaces=('meestic')
source=("${_projectname}::git+${url}.git")
md5sums=('SKIP')

build() {
	cd "$srcdir/${_projectname}"
	./bootstrap.sh
	./felix -pFast meestic
}

package() {
	cd "$srcdir/${_projectname}"
	install -Dm755 ./bin/Fast/meestic "$pkgdir/usr/bin/meestic"
}