summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d7d6b8809711605e2495a62731b7ec91843c061c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Mats Bakke <teknsl.mbk@protonmail.com>

pkgname='alacritty-xwayland'
pkgdesc='run alacritty with xwayland (#4739)'
pkgver='1.0.0'
pkgrel='0'
arch=('any')
url='https://github.com/alacritty/alacritty/issues/4739'
depends=('alacritty' 'sed')
source=('alacritty-xwayland.hook' 'alacritty-xwayland-patch')
md5sums=('SKIP' 'SKIP')

package() {
	install -Dm644 alacritty-xwayland.hook "$pkgdir/usr/share/libalpm/hooks"
	install -Dm755 alacritty-xwayland-patch "$pkgdir/usr/share/libalpm/scripts"
}