chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d7fb7c2
)
asciinema: Add not about broken on i686
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 21 Aug 2015 23:59:14 +0000
(19:59 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 21 Aug 2015 23:59:14 +0000
(19:59 -0400)
packages/asciinema/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/asciinema/build.sh
b/packages/asciinema/build.sh
index d351880519aa1d856b1866bbac1598ff248ddd11..e751c50e0d8586229c09819e394a83eff5feebef 100644
(file)
--- a/
packages/asciinema/build.sh
+++ b/
packages/asciinema/build.sh
@@
-1,3
+1,6
@@
+# Go programs does not build on android-386
+# - will hopefully get fixed in go 1.6!
+# https://github.com/golang/go/issues/9327
TERMUX_PKG_HOMEPAGE=https://asciinema.org/
TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way"
TERMUX_PKG_VERSION=1.1.1
TERMUX_PKG_HOMEPAGE=https://asciinema.org/
TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way"
TERMUX_PKG_VERSION=1.1.1
@@
-29,7
+32,7
@@
termux_step_make () {
termux_step_make_install () {
cd $GOPATH/src/github.com/asciinema/asciinema
export GOROOT=$HOME/lib/go/
termux_step_make_install () {
cd $GOPATH/src/github.com/asciinema/asciinema
export GOROOT=$HOME/lib/go/
- export PATH=$
PATH:$GOROOT/bin/
+ export PATH=$
GOROOT/bin:$PATH
PREFIX=$TERMUX_PREFIX make build
PREFIX=$TERMUX_PREFIX make install
}
PREFIX=$TERMUX_PREFIX make build
PREFIX=$TERMUX_PREFIX make install
}