aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-09-30 23:35:07 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-09-30 23:35:07 -0400
commit031bc1627fdc38d1c178707c86dd267224b94693 (patch)
tree9e44e7bfd24da233e0b950892f48932bdde37618 /include
downloadspm-031bc1627fdc38d1c178707c86dd267224b94693.tar.gz
Initial commit
Diffstat (limited to 'include')
-rw-r--r--include/9999-template.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/9999-template.sh b/include/9999-template.sh
new file mode 100644
index 0000000..9577ee7
--- /dev/null
+++ b/include/9999-template.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+name=
+version=
+revision=0
+sources=()
+depends=()
+
+function prepare() {
+ :
+}
+
+function build() {
+ :
+}
+
+function package() {
+ :
+}
+
+