mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/liteide to 35.1-1
This commit is contained in:
parent
f87ca0f071
commit
22035f1ce6
1 changed files with 2 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
# - build with go instead of gcc-go
|
||||
|
||||
pkgname=liteide
|
||||
pkgver=34.3
|
||||
pkgver=35.1
|
||||
pkgrel=1
|
||||
pkgdesc='IDE for editing and building projects written in the Go programming language'
|
||||
license=('LGPL')
|
||||
|
@ -38,15 +38,11 @@ build() {
|
|||
cd "liteide-x$pkgver/build"
|
||||
|
||||
mkdir -p go
|
||||
export GOPATH="$(pwd)/go"
|
||||
export GOPATH="$PWD/go"
|
||||
export QTDIR=/usr
|
||||
|
||||
./update_pkg.sh
|
||||
./build_linux.sh
|
||||
|
||||
# https://github.com/visualfc/liteide/issues/633
|
||||
#go get -u github.com/visualfc/gotools
|
||||
#go get -u github.com/nsf/gocode
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue