🔒 Repository is read-only – file editing is disabled.

recipes/gui/via/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: via
pkgver: '3.0.0'
pkgrel: '1'
pkgdesc: 'VIA for configuring custom keyboards'
url: 'https://www.caniusevia.com/'
arch: x86_64
depends: []
makedepends:
- make

source:
- 'https://github.com/the-via/releases/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux.deb'

sha256sums:
- SKIP

build: |
  bsdtar -xf *.deb

package: |
  bsdtar -xf data.tar.* -C "${PKGDIR}"