removed test package, use https://git.oreonproject.org/fluffy/test-package instead
This commit is contained in:
parent
6511663dc4
commit
596fd888cc
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"metadata": {
|
||||
"author": "Arzumify",
|
||||
"name": "mypkg",
|
||||
"desc": "A wonderful package",
|
||||
"longDesc": "A very wonderful package\nWith a very long\nDescription!",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"arch": "noarch",
|
||||
"deps": [],
|
||||
"specialFiles": {
|
||||
"noDelete": ["/etc/config.conf"],
|
||||
"noReplace": ["/var/hi/cache.thing"]
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"type": "host",
|
||||
"deps": [],
|
||||
"steps": [
|
||||
"mkdir -p build/t/etc/",
|
||||
"mkdir -p build/t/var/hi/",
|
||||
"touch build/t/etc/config.conf",
|
||||
"touch build/t/var/hi/cache.thing"
|
||||
],
|
||||
"root": "build",
|
||||
"hooks": "install-scripts",
|
||||
"files": "resources"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue