Add manifest for netsurf

This commit is contained in:
Jeremy Soller 2019-03-13 14:35:19 -06:00
parent e08f59c7c5
commit 5ae341e31c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 9 additions and 0 deletions

7
recipes/netsurf/manifest Normal file
View 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

View File

@ -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
}