summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ad627bf389279d774e6871e49133de9f09e4b397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Lasha Kanteladze <kanteladzelasha339@gmail.com>
pkgname=dxhd-git
pkgver=20240bf
pkgrel=0
pkgdesc="An X11 Hotkey Daemon"
arch=('any')
url="https://github.com/dakyskye/dxhd"
depends=('util-linux')
makedepends=('make' 'git' 'go')
provides=('dxhd')
conflicts=('dxhd-bin')
source=("$pkgname::git+https://github.com/dakyskye/dxhd.git")
md5sums=('SKIP')

package() {
	cd "${pkgname}"
	make install
}