vial 0.7.3-2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
name='vial'
|
name='vial'
|
||||||
version='0.7.3'
|
version='0.7.3'
|
||||||
release='1'
|
release='2'
|
||||||
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.'
|
||||||
homepage='https://get.vial.today/'
|
homepage='https://get.vial.today/'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -34,7 +34,7 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
|
|
||||||
install -Dm755 "${srcdir}/Vial-v${version}-x86_64.AppImage" "${pkgdir}/opt/${name}/${name}.AppImage"
|
install -Dm755 "${srcdir}/Vial-v${version}-x86_64.AppImage" "${pkgdir}/opt/${name}/${name}.AppImage"
|
||||||
install-desktop ${srcdir}/squashfs-root/Vial.desktop vial
|
install-desktop ${srcdir}/squashfs-root/Vial.desktop
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/share/"
|
install -dm755 "${pkgdir}/usr/share/"
|
||||||
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
|
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
|
||||||
|
Reference in New Issue
Block a user