This commit is contained in:
Kaden Frisk 2024-10-28 08:32:41 -05:00
parent 6511663dc4
commit 596fd888cc

View file

@ -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"
}
}