This commit is contained in:
Sebastian Gumprich
2020-11-15 21:54:22 +01:00
commit c3d13724ad
20 changed files with 1629 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="phantomjs"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================