aboutsummaryrefslogtreecommitdiff
path: root/ports/x11/st/env
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-13 15:02:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-13 15:02:14 -0300
commitac6fb6fb1fa872a2f79249b78aea80f5654332ef (patch)
tree32891aee23cc84134eb09adbf6652c63f62ab9a0 /ports/x11/st/env
parent94b92945b9eb7fc2f45551fda466f6eedfa0e37c (diff)
downloadstowpkg-ac6fb6fb1fa872a2f79249b78aea80f5654332ef.tar.gz
stowpkg-ac6fb6fb1fa872a2f79249b78aea80f5654332ef.tar.bz2
Adds st terminal
Diffstat (limited to 'ports/x11/st/env')
-rw-r--r--ports/x11/st/env16
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/x11/st/env b/ports/x11/st/env
new file mode 100644
index 0000000..e538692
--- /dev/null
+++ b/ports/x11/st/env
@@ -0,0 +1,16 @@
+# Latest upstream version
+#version="master"
+
+# Other parameters
+source_format="git"
+dependencies_stowpkg=""
+
+# Official
+url="https://git.suckless.org/st"
+version="2c5edf28ec851907305d73c6218ce75d39f1767f"
+dependencies_debian="libx11-dev libxft-dev libxext-dev"
+
+# Fork with many handy patches
+url="https://github.com/LukeSmithxyz/st"
+version="9cabe89a111c1d2e6f25aa6793ca6f955d6e4fef"
+dependencies_debian="$dependencies_debian libharfbuzz-dev"