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
2522eb59
Commit
2522eb59
authored
Apr 17, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: add missed kubo-beta
parent
8170611d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
kubo-beta.sh
repack.d/kubo-beta.sh
+2
-0
kubo.sh
repack.d/kubo.sh
+8
-4
No files found.
repack.d/kubo-beta.sh
0 → 120000
View file @
2522eb59
kubo.sh
\ No newline at end of file
repack.d/kubo.sh
View file @
2522eb59
...
...
@@ -4,20 +4,24 @@
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
kubo
.
$(
dirname
$0
)
/common.sh
# add conflicts to all alternatives
for
i
in
kubo kubo-beta
;
do
[
"
$i
"
=
"
$PRODUCT
"
]
&&
continue
subst
'1iConflicts: $i'
$SPEC
done
subst
"s|^Group:.*|Group: File tools|"
$SPEC
subst
"s|^License:.*
$|
License: MIT/Apache-2.0|"
$SPEC
subst
"s|^URL:.*|URL: https://github.com/ipfs/kubo|"
$SPEC
subst
"s|^Summary:.*|Summary: An IPFS implementation in Go|"
$SPEC
subst
'1iAutoReq:no'
$SPEC
#
subst '1iAutoReq:no' $SPEC
subst
'1iAutoProv:no'
$SPEC
subst
'1iConflicts: go-ipfs'
$SPEC
subst
'1iProvides: go-ipfs'
$SPEC
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