From 8593f9a2f90486ca5eab39f89b3112bfc628207e Mon Sep 17 00:00:00 2001 From: Abhiraj Rik <133798548+abrik1@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:38:59 +0530 Subject: [PATCH] add firefox --- firefox/build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 firefox/build diff --git a/firefox/build b/firefox/build new file mode 100644 index 0000000..c18b134 --- /dev/null +++ b/firefox/build @@ -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" + } +}