summaryrefslogtreecommitdiff
path: root/repo/python-jsonschema.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-09 14:35:52 +0100
committerdavidovski <david@davidovski.xyz>2022-06-09 14:35:52 +0100
commitd1fc3393cca72e8e432f827f7624e38734fad6dc (patch)
tree7b971fbfc203ff017ad78852476bfcccee170971 /repo/python-jsonschema.xibuild
parentccc722b7ed330198d82a3cf28ead76d6d107a70a (diff)
moved firmware to separate pacakges
Diffstat (limited to 'repo/python-jsonschema.xibuild')
-rw-r--r--repo/python-jsonschema.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python-jsonschema.xibuild b/repo/python-jsonschema.xibuild
deleted file mode 100644
index 4c33edd..0000000
--- a/repo/python-jsonschema.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="%deps%"
-
-PKG_VER=
-SOURCE=
-DESC=""
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}