parent
38b81aece8
commit
68d604d5bb
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'liteide'
|
||||
pkgname=liteide
|
||||
version=37.3
|
||||
version=37.4
|
||||
revision=1
|
||||
wrksrc="liteide-x${version}"
|
||||
build_wrksrc=liteidex
|
||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="http://liteide.org/"
|
||||
distfiles="https://github.com/visualfc/liteide/archive/x${version}.tar.gz"
|
||||
checksum=e91e52ae7f9fdb8c904ef0f11f462b48eff6550b97c58928e848b5fe1f0bc198
|
||||
checksum=8b6842ead4915aaf4ee691962259ae290a37c00e3669c50b61e4386bf133e5ce
|
||||
|
||||
pre_configure() {
|
||||
# Use system libvterm instead of the one shipped
|
||||
|
@ -29,10 +29,6 @@ post_install() {
|
|||
vmkdir usr/share/liteide
|
||||
cp -ar deploy/* os_deploy/* ${DESTDIR}/usr/share/liteide
|
||||
|
||||
# Package license files
|
||||
vlicense LICENSE.LGPL LICENSE
|
||||
vlicense LGPL_EXCEPTION.TXT LGPL_EXCEPTION
|
||||
|
||||
# Package desktop shortcut
|
||||
vinstall liteide.desktop 644 usr/share/applications
|
||||
vmkdir usr/share/pixmaps
|
||||
|
|
Loading…
Reference in a new issue