Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
4eba7387
Commit
4eba7387
authored
Dec 30, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add ungoogled-chromium (unsupported)
parent
0815ebdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
ungoogled-chromium.sh
play.d/ungoogled-chromium.sh
+11
-0
ungoogled-chromium.sh
repack.d/ungoogled-chromium.sh
+24
-0
No files found.
play.d/ungoogled-chromium.sh
0 → 100755
View file @
4eba7387
#!/bin/sh
PKGNAME
=
ungoogled-chromium
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
''
#"Google Chromium, sans integration with Google from the official site"
.
$(
dirname
$0
)
/common.sh
PKG
=
$(
epm tool eget
--list
--latest
https://github.com/clickot/ungoogled-chromium-binaries/releases ungoogled-chromium_
*
_linux.tar.xz
)
||
fatal
"Can't get package URL"
epm
install
"
$PKG
"
repack.d/ungoogled-chromium.sh
0 → 100755
View file @
4eba7387
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
ungoogled-chromium
.
$(
dirname
$0
)
/common.sh
#subst '1iAutoProv:no' $SPEC
# move package to /opt
ROOTDIR
=
$(
basename
$(
find
$BUILDROOT
-mindepth
1
-maxdepth
1
-type
d
))
subst
"s|^License: unknown
$|
License: BSD-3-Clause license|"
$SPEC
subst
"s|^Summary:.*|Summary: Google Chromium, sans integration with Google|"
$SPEC
mkdir
$BUILDROOT
/opt
mv
$BUILDROOT
/
$ROOTDIR
$BUILDROOT
/opt/
$PRODUCT
subst
"s|
\"
/
$ROOTDIR
/|
\"
/opt/
$PRODUCT
/|"
$SPEC
add_bin_link_command
# TODO: unsupported
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment