summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f721bc860f00a50e43790028bcd851d3019a9a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: rev <rev@example.com>

pkgname=typd-bin
pkgver=0.1.0
pkgrel=1
pkgdesc="Wayland virtual keyboard with draggable chrome and key highlighting"
arch=('x86_64')
url="https://github.com/revanthlol/typd"
depends=('wayland' 'cairo' 'libxkbcommon')
provides=('typd')
conflicts=('typd')
source=("typd-v${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/typd-v${pkgver}.tar.gz")
sha256sums=('SKIP')

package() {
  install -Dm755 "$srcdir/typd" "$pkgdir/usr/bin/typd"
}