From 6af8aeb933d7be31c73941e60fc056d1d3eb284a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 28 Feb 2021 21:32:00 +0100 Subject: [PATCH] New package: mobile-config-firefox-2.0.0 --- .../files/distro_links.html | 5 +++++ srcpkgs/mobile-config-firefox/template | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/mobile-config-firefox/files/distro_links.html create mode 100644 srcpkgs/mobile-config-firefox/template diff --git a/srcpkgs/mobile-config-firefox/files/distro_links.html b/srcpkgs/mobile-config-firefox/files/distro_links.html new file mode 100644 index 00000000000..ca89d0ecd08 --- /dev/null +++ b/srcpkgs/mobile-config-firefox/files/distro_links.html @@ -0,0 +1,5 @@ + diff --git a/srcpkgs/mobile-config-firefox/template b/srcpkgs/mobile-config-firefox/template new file mode 100644 index 00000000000..3a374b4366c --- /dev/null +++ b/srcpkgs/mobile-config-firefox/template @@ -0,0 +1,16 @@ +# Template file for 'mobile-config-firefox' +pkgname=mobile-config-firefox +version=2.0.0 +revision=1 +build_style=gnu-makefile +make_install_args="DISTRO=VoidLinux" +short_desc="Firefox tweaks for mobile and privacy" +maintainer="Jan Christian Grünhage " +license="GPL-3.0-or-later" +homepage="https://gitlab.com/postmarketOS/mobile-config-firefox" +distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=97da1d1c61bb0730b203629488c00514c5f4672aa9bf3574e6255cb9a42bfa85 + +post_extract() { + cp ${FILESDIR}/distro_links.html src/homepage +}