summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorVlad Glagolev2022-08-15 00:48:27 +0000
committerVlad Glagolev2022-08-15 00:48:27 +0000
commitc59b3e7b47ba28176799324fb70ff524fac89db3 (patch)
tree2b5d20b397f92e3517fa6bda3b110a9fd183a99b /net
parentf6a511be8adcadf3f659d83d729316e5aead3be9 (diff)
rofi-connman: new spell, menu-driven connman interface
Diffstat (limited to 'net')
-rwxr-xr-xnet/rofi-connman/BUILD1
-rwxr-xr-xnet/rofi-connman/CONFIGURE3
-rwxr-xr-xnet/rofi-connman/DEPENDS6
-rwxr-xr-xnet/rofi-connman/DETAILS17
-rw-r--r--net/rofi-connman/HISTORY2
-rwxr-xr-xnet/rofi-connman/INSTALL1
6 files changed, 30 insertions, 0 deletions
diff --git a/net/rofi-connman/BUILD b/net/rofi-connman/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/net/rofi-connman/BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/rofi-connman/CONFIGURE b/net/rofi-connman/CONFIGURE
new file mode 100755
index 0000000000..580416cb8f
--- /dev/null
+++ b/net/rofi-connman/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_list ROFI_CONNMAN_EXPECT "What expect implementation would you like to use?" \
+ empty \
+ sexpect
diff --git a/net/rofi-connman/DEPENDS b/net/rofi-connman/DEPENDS
new file mode 100755
index 0000000000..d2d30d13ce
--- /dev/null
+++ b/net/rofi-connman/DEPENDS
@@ -0,0 +1,6 @@
+runtime_depends rofi &&
+runtime_depends connman &&
+runtime_depends $ROFI_CONNMAN_EXPECT &&
+runtime_depends AWK &&
+
+suggest_depends dmenu "" "" "to use dmenu instead of rofi"
diff --git a/net/rofi-connman/DETAILS b/net/rofi-connman/DETAILS
new file mode 100755
index 0000000000..b61e7b8b79
--- /dev/null
+++ b/net/rofi-connman/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=rofi-connman
+ VERSION=0.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/sourcemage/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:043ab46d9be9ef622fb2ad6e48074e72d161ce5ddcffaf724f51884d3291eab61a0b5786ef104527c5639f5f1b581f218768580909387895f9924fc7f83e8a4d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="AUTHORS TODO ${DOCS}"
+ WEB_SITE=https://github.com/sourcemage/rofi-connman
+ LICENSE[0]=GPL
+ ENTERED=20220814
+ SHORT="menu-driven connman interface"
+cat << EOF
+rofi-connman is a graphical frontend for connman, lightweight network
+connection manager. It's an excellent choice for those who want to have a
+flexible menu-driven network configuration tool without hassle and
+unnecessary dependencies other network managers require.
+EOF
diff --git a/net/rofi-connman/HISTORY b/net/rofi-connman/HISTORY
new file mode 100644
index 0000000000..80f8937894
--- /dev/null
+++ b/net/rofi-connman/HISTORY
@@ -0,0 +1,2 @@
+2022-08-14 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, CONFIGURE, BUILD, INSTALL: created spell, version 0.1
diff --git a/net/rofi-connman/INSTALL b/net/rofi-connman/INSTALL
new file mode 100755
index 0000000000..5d91d86a8d
--- /dev/null
+++ b/net/rofi-connman/INSTALL
@@ -0,0 +1 @@
+install -vm 755 rofi-connman "${INSTALL_ROOT}/usr/bin/rofi-connman"