summaryrefslogtreecommitdiff
path: root/elements/morph-utils/cmdtest.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/morph-utils/cmdtest.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/morph-utils/cmdtest.bst')
-rw-r--r--elements/morph-utils/cmdtest.bst19
1 files changed, 19 insertions, 0 deletions
diff --git a/elements/morph-utils/cmdtest.bst b/elements/morph-utils/cmdtest.bst
new file mode 100644
index 00000000..eda4dbbb
--- /dev/null
+++ b/elements/morph-utils/cmdtest.bst
@@ -0,0 +1,19 @@
+kind: manual
+depends:
+- core.bst
+- ostree-core.bst
+- python-cliapp.bst
+- python2-core.bst
+- python-pygobject.bst
+- python-wsgi.bst
+- morph-utils/python-ttystatus.bst
+sources:
+- kind: git
+ url: upstream:cmdtest
+ track: baserock/morph
+ ref: ac91791842c6e7e6eda3213916af413255999c7b
+config:
+ build-commands:
+ - python setup.py build
+ install-commands:
+ - python setup.py install --prefix=/usr --root "%{install-root}"