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
ea4de022
Commit
ea4de022
authored
Jul 16, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add eepm.yml
parent
c3ffc040
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
3 deletions
+36
-3
epm-requires
bin/epm-requires
+2
-2
epm-whatdepends
bin/epm-whatdepends
+1
-1
eepm.yml
packaging/eepm.yml
+33
-0
No files found.
bin/epm-requires
View file @
ea4de022
...
...
@@ -92,7 +92,7 @@ epm_requires_files()
;;
eopkg
)
showcmd eopkg info
$pkg_files
a
=
eopkg info
$pkg_files
|
grep
"^Dependencies"
|
head
-n1
|
sed
-e
"s|Dependencies[[:space:]]*: ||"
LANG
=
C
eopkg info
$pkg_files
|
grep
"^Dependencies"
|
head
-n1
|
sed
-e
"s|Dependencies[[:space:]]*: ||"
;;
ELF
)
__epm_elf_requires
$pkg_files
...
...
@@ -186,7 +186,7 @@ case $PMTYPE in
;;
eopkg
)
showcmd eopkg info
$pkg_names
a
=
eopkg info
$pkg_names
|
grep
"^Dependencies"
|
sed
-e
"s|Dependencies[[:space:]]*: ||"
LANG
=
C
eopkg info
$pkg_names
|
grep
"^Dependencies"
|
sed
-e
"s|Dependencies[[:space:]]*: ||"
return
;;
xbps
)
...
...
bin/epm-whatdepends
View file @
ea4de022
...
...
@@ -83,7 +83,7 @@ case $PMTYPE in
eopkg
)
showcmd eopkg info
$pkg
# eopkg info prints it only from repo info
a
=
eopkg info
$pkg
|
grep
"^Reverse Dependencies"
|
sed
-e
"s|Reverse Dependencies[[:space:]]*: ||"
|
grep
-v
"^$"
LANG
=
C
eopkg info
$pkg
|
grep
"^Reverse Dependencies"
|
sed
-e
"s|Reverse Dependencies[[:space:]]*: ||"
|
grep
-v
"^$"
return
;;
xbps
)
...
...
packaging/eepm.yml
0 → 100644
View file @
ea4de022
name
:
eepm
version
:
3.58.0
release
:
1
source
:
-
https://github.com/Etersoft/eepm/archive/refs/tags/3.58.0.tar.gz
:
c1fdae29e31fe9a24ce1ca16cf904b7eadfc4ea0daf0c8f480dca3ebb382b702
license
:
-
AGPL-3.0+
homepage
:
https://eepm.ru
summary
:
Etersoft EPM package manager
builddeps
:
-
make
rundeps
:
-
coreutils
-
findutils
-
diffutils
-
file
-
gawk
-
grep
-
gzip
-
less
-
sed
-
bash
-
ncurses
description
:
|
Etersoft EPM is the package manager for any platform
and any platform version. It provides
universal interface to any package manager.
Can be useful for system administrators working
with various distros.
build
:
|
#%make
install
:
|
%make_install DESTDIR=$installdir datadir=/usr/share bindir=/usr/bin mandir=/usr/share/man sysconfdir=/etc version=%version%
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