mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
store build distro with package
This commit is contained in:
parent
4f3e7a536d
commit
e03c7c50f3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pkg-info.jq:
|
|||
echo '.version="${LANG_VERSION}"' >> pkg-info.jq
|
||||
echo '.author="${LANG_AUTHOR}"' >> pkg-info.jq
|
||||
echo '.dependencies={}' >> pkg-info.jq
|
||||
echo '.distro="$(shell grep -oP "^ID=\K\w+" /etc/os-release )"'
|
||||
$(foreach dep, ${LANG_DEPS}, echo '.dependencies.$(word 1,$(subst =, ,${dep}))="$(word 2,$(subst =, ,${dep}))"' >> pkg-info.jq)
|
||||
|
||||
%.asc: %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue