mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add periodictable recipe
This commit is contained in:
parent
3cf3bfa995
commit
0ef086873c
10
recipes/periodictable/recipe.sh
Normal file
10
recipes/periodictable/recipe.sh
Normal file
@ -0,0 +1,10 @@
|
||||
GIT=https://github.com/xtibor/periodictable.git
|
||||
BINDIR="/ui/bin"
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v pkg/manifest "$1/ui/apps/periodictable"
|
||||
mkdir -pv "$1/ui/icons"
|
||||
cp -v pkg/icon.png "$1/ui/icons/periodictable.png"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user