Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
add firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
abrik1 authored Sep 16, 2023
1 parent 2b00cc6 commit 8593f9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions firefox/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"core":{
"name": "firefox-bin",
"version": "117.0.1",
"source": "https://download-installer.cdn.mozilla.net/pub/firefox/releases/117.0.1/linux-x86_64/en-US/firefox-117.0.1.tar.bz2",
"depends": [],
"cpu_flags": ["mmx", "sse", "sse2"]
},

"build":{
"files": ["/usr/bin/firefox", "/opt/firefox-bin"],
"command": "cd $NEMESIS_PKG_BUILD_DIR && cd firefox && mkdir /opt/firefox-bin && cp -r * /opt/firefox-bin/ && ln -s /opt/firefox-bin/firefox /usr/bin/firefox"
}
}

0 comments on commit 8593f9a

Please sign in to comment.