vial 0.7.5-5
This commit is contained in:
27
vial/alr.sh
27
vial/alr.sh
@@ -1,9 +1,11 @@
|
|||||||
name='vial'
|
name='vial'
|
||||||
version='0.7.5'
|
version='0.7.5'
|
||||||
release='4'
|
release='5'
|
||||||
desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.'
|
desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA'
|
||||||
|
desc_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени'
|
||||||
homepage='https://get.vial.today/'
|
homepage='https://get.vial.today/'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||||
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
provides=('vial')
|
provides=('vial')
|
||||||
@@ -11,6 +13,15 @@ conflicts=('vial' 'vial-bin' 'vial-git')
|
|||||||
|
|
||||||
deps=('fuse')
|
deps=('fuse')
|
||||||
|
|
||||||
|
deps_alt=('fuse')
|
||||||
|
deps_arch=('fuse2')
|
||||||
|
deps_debian=("${deps[@]}")
|
||||||
|
deps_fedora=("${deps[@]}")
|
||||||
|
deps_redos=("${deps[@]}")
|
||||||
|
deps_rhel=("${deps[@]}")
|
||||||
|
deps_rosa=("${deps[@]}")
|
||||||
|
deps_alpine=("${deps[@]}")
|
||||||
|
|
||||||
sources=("https://github.com/vial-kb/vial-gui/releases/download/v${version}/Vial-v${version}-x86_64.AppImage?~archive=false")
|
sources=("https://github.com/vial-kb/vial-gui/releases/download/v${version}/Vial-v${version}-x86_64.AppImage?~archive=false")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -46,9 +57,9 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./opt/vial/vial.AppImage
|
files-find-bin
|
||||||
echo ./usr/bin/vial
|
files-find "./opt/vial"
|
||||||
echo ./usr/lib/udev/rules.d/99-vial.rules
|
files-find-share-applications
|
||||||
echo ./usr/share/applications/Vial.desktop
|
files-find-share-icons
|
||||||
printf '"%s" ' ./usr/share/icons/hicolor/**/apps/Vial.png
|
files-find "./usr/lib/udev/rules.d"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user