summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c247de0fd388687769880e8be8b8af3bf7bbee9f (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: Samueru-sama xdglawyer@outlook.com
pkgname=12to11-git
pkgver=0.1
pkgrel=1
pkgdesc="Tool for running Wayland applications on an X server"
arch=('x86_64')
url="https://git.linuxping.win/12to11/12to11"
license=('GPL-3.0-or-later')
source=("git+https://git.linuxping.win/12to11/12to11.git")
sha256sums=('SKIP')
makedepends=(git imake gawk)
depends=(
  wayland pixman libx11 libxi libxkbfile libglvnd
  libxi libxrandr libxcb libdrm libxshmfence libxpresent
)

build() {
  cd "$srcdir/12to11"
  xmkmf
  make
}

package() {
  cd "$srcdir/12to11"
  install -Dm755 12to11 "$pkgdir/usr/bin/12to11"
}