redox/recipes/periodictable/recipe.sh
Tibor Nagy a61842d225 Add Orbital as a runtime dependency for the GUI apps
And also make Orbital depend on the orbdata package
2018-03-29 00:22:52 +02:00

12 lines
273 B
Bash

GIT=https://github.com/redox-os/periodictable.git
BINDIR="/ui/bin"
DEPENDS="orbital"
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"
}