community/liteide to 34-1

This commit is contained in:
Kevin Mihelich 2018-08-07 12:23:52 +00:00
parent 27bf301050
commit 8a1ff6d578

View file

@ -1,5 +1,5 @@
# $Id$ # $Id$
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org> # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: spambanane <happy.house@gmx.de> # Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com> # Contributor: Matteo <matteo.dek@gmail.com>
# Contributor: Matthew Zimmerman <mzimmerman@gmail.com> # Contributor: Matthew Zimmerman <mzimmerman@gmail.com>
@ -8,8 +8,8 @@
# - build with go instead of gcc-go # - build with go instead of gcc-go
pkgname=liteide pkgname=liteide
pkgver=33.3 pkgver=34
pkgrel=2 pkgrel=1
pkgdesc='IDE for editing and building projects written in the Go programming language' pkgdesc='IDE for editing and building projects written in the Go programming language'
license=('LGPL') license=('LGPL')
arch=('x86_64') arch=('x86_64')
@ -24,7 +24,7 @@ md5sums=('SKIP')
prepare() { prepare() {
gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc" gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
chmod +x "liteide-x$pkgver/build/"*_*.sh chmod +x "liteide-x"$pkgver"/build/"*_*.sh
# Fix for FS#4662 until fixed by upstream # Fix for FS#4662 until fixed by upstream
cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv" cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
@ -46,8 +46,8 @@ build() {
./build_linux.sh ./build_linux.sh
# https://github.com/visualfc/liteide/issues/633 # https://github.com/visualfc/liteide/issues/633
go get -u github.com/visualfc/gotools #go get -u github.com/visualfc/gotools
go get -u github.com/nsf/gocode #go get -u github.com/nsf/gocode
} }
package() { package() {
@ -97,4 +97,5 @@ package() {
"$pkgdir/usr/share/liteide/liteenv" "$pkgdir/usr/share/liteide/liteenv"
} }
# getver: raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
# vim: ts=2 sw=2 et: # vim: ts=2 sw=2 et: