Add jeremy recipe

This commit is contained in:
Jeremy Soller 2022-07-26 08:25:21 -06:00
parent 8630d48dc4
commit ffa76b4128
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -0,0 +1,10 @@
# This is a private repository that sets up my user
[source]
git = "https://gitlab.redox-os.org/jackpot51/jeremy.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user"
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/home/user"
"""