summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cbb982a175afa218539425c61ea5367d88099e8c (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: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
pkgver=1.1.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
url="https://github.com/alex-courtis/way-displays"
license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.1.0.tar.gz")
sha256sums=('29f712c52efd971264f3b49f896f3c73e9c5726430c8a03c234825ed9fb84641')
install=way-displays-1_1_0.install

build() {
	cd "$pkgname-$pkgver"
	make way-displays
}

package() {
	cd "$pkgname-$pkgver"
	make PREFIX="/usr" PREFIX_ETC="" DESTDIR="$pkgdir" install
}