mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/liteide to 34-1
This commit is contained in:
parent
27bf301050
commit
8a1ff6d578
1 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: spambanane <happy.house@gmx.de>
|
||||
# Contributor: Matteo <matteo.dek@gmail.com>
|
||||
# Contributor: Matthew Zimmerman <mzimmerman@gmail.com>
|
||||
|
@ -8,8 +8,8 @@
|
|||
# - build with go instead of gcc-go
|
||||
|
||||
pkgname=liteide
|
||||
pkgver=33.3
|
||||
pkgrel=2
|
||||
pkgver=34
|
||||
pkgrel=1
|
||||
pkgdesc='IDE for editing and building projects written in the Go programming language'
|
||||
license=('LGPL')
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ md5sums=('SKIP')
|
|||
|
||||
prepare() {
|
||||
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
|
||||
cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
|
||||
|
@ -46,8 +46,8 @@ build() {
|
|||
./build_linux.sh
|
||||
|
||||
# https://github.com/visualfc/liteide/issues/633
|
||||
go get -u github.com/visualfc/gotools
|
||||
go get -u github.com/nsf/gocode
|
||||
#go get -u github.com/visualfc/gotools
|
||||
#go get -u github.com/nsf/gocode
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -97,4 +97,5 @@ package() {
|
|||
"$pkgdir/usr/share/liteide/liteenv"
|
||||
}
|
||||
|
||||
# getver: raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue