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
45bc7f16
Commit
45bc7f16
authored
May 21, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add naps2 (eterbug #17358)
parent
b7a1fdab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
naps2.sh
play.d/naps2.sh
+32
-0
naps2.sh
repack.d/naps2.sh
+16
-0
No files found.
play.d/naps2.sh
0 → 100644
View file @
45bc7f16
#!/bin/sh
PKGNAME
=
naps2
SUPPORTEDARCHES
=
"x86_64 aarch64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Scan documents to PDF and more, as simply as possible."
URL
=
"https://github.com/cyanfish/naps2/releases/"
.
$(
dirname
$0
)
/common.sh
arch
=
"
$(
epm print info
-a
)
"
case
"
$arch
"
in
x86_64
)
arch
=
x64
;;
aarch64
)
arch
=
arm64
;;
esac
pkgtype
=
$(
epm print info
-p
)
if
[
"
$pkgtype
"
==
"deb"
]
||
[
"
$pkgtype
"
==
"rpm"
]
;
then
pkgtype
=
"
$pkgtype
"
else
pkgtype
=
"deb"
fi
PKGURL
=
$(
eget
--list
--latest
https://github.com/cyanfish/naps2/releases
"
$PKGNAME
-
$VERSION
-linux-
$arch
.
$pkgtype
"
)
install_pkgurl
repack.d/naps2.sh
0 → 100755
View file @
45bc7f16
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
move_to_opt
add_bin_link_command
fix_desktop_file
ignore_lib_requires libmscordaccore.so
add_libs_requires
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