Clight: Update to 4.3
This commit is contained in:
parent
475f3eaff4
commit
d01024ebec
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'Clight'
|
# Template file for 'Clight'
|
||||||
pkgname=Clight
|
pkgname=Clight
|
||||||
version=4.2
|
version=4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,11 +12,12 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/FedeDP/Clight"
|
homepage="https://github.com/FedeDP/Clight"
|
||||||
distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
|
distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
|
||||||
checksum=fc3c4952c755bad5f4274f69f5cc17142abb51d88d7c615873e3058edc1c1137
|
checksum=f354ba50fd74931c1fecc832f41334bae7c98c3aad81341bbbd79bd4d7853982
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion Extra/_clight zsh
|
vcompletion Extra/completions/_clight zsh
|
||||||
vcompletion Extra/clight bash
|
vcompletion Extra/completions/clight bash
|
||||||
|
vcompletion Extra/completions/clight.fish fish
|
||||||
|
|
||||||
vinstall Extra/desktop/clight.desktop 644 usr/share/applications
|
vinstall Extra/desktop/clight.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue