mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
12 lines
258 B
Bash
12 lines
258 B
Bash
GIT=https://github.com/redox-os/sodium.git
|
|
BINDIR="/ui/bin"
|
|
CARGOFLAGS="--features orbital"
|
|
|
|
function recipe_stage {
|
|
mkdir -pv "$1/ui/apps"
|
|
cp -v manifest "$1/ui/apps/sodium"
|
|
mkdir -pv "$1/ui/icons"
|
|
cp -v icon.png "$1/ui/icons/sodium.png"
|
|
}
|
|
|