# Maintainer: timescam _pkgname=via pkgname=$_pkgname-bin pkgver=1.3.0 pkgrel=1 pkgdesc="Yet another keyboard configurator, compatible with over over 150 keyboards and easily added to other QMK keyboards." arch=(any) url="https://caniuse$_pkgname.com/" provides=("${_pkgname}=${pkgver}") depends=("hicolor-icon-theme" "gtk3" "libnotify" "nss" "libxss" "libxtst" "xdg-utils" "at-spi2-core" "libutil-linux" "libappindicator-gtk3" "libsecret") _filename=("${_pkgname}-${pkgver}-linux.deb") source=("https://github.com/the-$_pkgname/releases/releases/download/v${pkgver}/$_filename" via) md5sums=("64acc7e0909a9711273c2789762e3069" "dc41d6a454c010ff44c2f22678dbd79e") build() { mkdir -p "${srcdir}/output" tar -xvf "${srcdir}/data.tar.xz" -C "${srcdir}/output" } package() { cp -r "${srcdir}/output/"* "${pkgdir}" install -d "${pkgdir}"/usr/bin }