Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
164
Merge Requests
164
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
500305a3
Commit
500305a3
authored
Mar 06, 2018
by
Fabian Affolter
Committed by
Sören Tempel
Mar 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/myrepos: upgrade to 1.20171231
parent
279b61b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
main/myrepos/APKBUILD
main/myrepos/APKBUILD
+9
-9
No files found.
main/myrepos/APKBUILD
View file @
500305a3
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
myrepos
pkgver
=
1.2017
0129
pkgrel
=
1
pkgver
=
1.2017
1231
pkgrel
=
0
pkgdesc
=
"A multiple repository management tool"
url
=
"https://git.joeyh.name/git/myrepos.git"
arch
=
"noarch"
...
...
@@ -18,7 +18,7 @@ builddir="$srcdir"/$pkgname-$pkgver
build
()
{
cd
"
$builddir
"
make
||
return
1
make
}
package
()
{
...
...
@@ -27,25 +27,25 @@ package() {
cd
"
$builddir
"
/lib
for
file
in
git-fake-bare git-svn unison
;
do
install
-Dpm
0644
$file
\
"
$pkgdir
"
/usr/share/
$pkgname
/
$file
||
return
1
"
$pkgdir
"
/usr/share/
$pkgname
/
$file
done
}
check
()
{
cd
"
$builddir
"
make
test
||
return
1
make
test
}
doc
()
{
cd
"
$builddir
"
mkdir
-p
"
$subpkgdir
"
/usr/share/man
||
return
1
mv
"
$builddir
"
/
*
.1
"
$subpkgdir
"
/usr/share/man/
||
return
1
mkdir
-p
"
$subpkgdir
"
/usr/share/man
mv
"
$builddir
"
/
*
.1
"
$subpkgdir
"
/usr/share/man/
# Sample configuration files
for
file
in
mrconfig mrconfig.complex
;
do
install
-Dpm
0644
$file
\
"
$subpkgdir
"
/usr/share/doc/
$pkgname
/
$file
||
return
1
"
$subpkgdir
"
/usr/share/doc/
$pkgname
/
$file
done
default_doc
}
sha512sums
=
"
cada56e811bff72dbd6161cdd843760d0aa34ab052e5ae6e210f1da0ff92f454246ed65399271892019a7ec2212180080a50251ed056cd49fe56e742394d7127 myrepos-1.20170129
.tar.gz"
sha512sums
=
"
a0705ecaee45a6de71d34e43d238ddbe2a661634df4236e037196bc420136118bd2827c4d860a81371612e578b2d94ecb29f9e0a2506f2ba44bdea40148f8ed0 myrepos-1.20171231
.tar.gz"
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