mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add manifest for netsurf
This commit is contained in:
parent
e08f59c7c5
commit
5ae341e31c
7
recipes/netsurf/manifest
Normal file
7
recipes/netsurf/manifest
Normal file
@ -0,0 +1,7 @@
|
||||
name=Netsurf
|
||||
binary=/bin/netsurf-fb
|
||||
icon=/ui/icons/apps/internet-web-browser.png
|
||||
accept=*.html
|
||||
author=The Netsurf Developers
|
||||
description=Browser for Redox
|
||||
|
||||
@ -35,5 +35,7 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
mkdir -pv "$dest/ui/apps"
|
||||
cp -v ../manifest "$dest/ui/apps/00_netsurf"
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user