aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netsurf/netsurf
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@st.ilet.to>2016-04-14 14:35:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-18 09:15:28 +0000
commitc75bff70ef5637c36d61ef4309160a27b97c6f63 (patch)
tree902a48d616e13c67cca1ab1debd7494d315bd1c5 /testing/netsurf/netsurf
parent51f36e38defa292e9fa5c996f6050bdc689d8150 (diff)
downloadaports-c75bff70ef5637c36d61ef4309160a27b97c6f63.tar.bz2
aports-c75bff70ef5637c36d61ef4309160a27b97c6f63.tar.xz
testing/netsurf: new aport
NetSurf is a free, open source web browser. http://www.netsurf-browser.org
Diffstat (limited to 'testing/netsurf/netsurf')
-rw-r--r--testing/netsurf/netsurf8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/netsurf/netsurf b/testing/netsurf/netsurf
new file mode 100644
index 0000000000..1a7d693e21
--- /dev/null
+++ b/testing/netsurf/netsurf
@@ -0,0 +1,8 @@
+#!/bin/sh
+shortname=`echo $LANG | cut -b1-2`
+if [[ -d /usr/share/netsurf/$shortname ]]; then
+ /usr/bin/netsurf.elf "$@"
+else
+ LANG=en /usr/bin/netsurf.elf "$@"
+fi
+