Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
76f84cb7
Commit
76f84cb7
authored
5 years ago
by
tcely
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/fossil: upgrade to 2.9
parent
d2c9276f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/fossil/APKBUILD
+2
-6
2 additions, 6 deletions
community/fossil/APKBUILD
with
2 additions
and
6 deletions
community/fossil/APKBUILD
+
2
−
6
View file @
76f84cb7
...
...
@@ -2,7 +2,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: tcely <fossil+aports@tcely.33mail.com>
pkgname
=
fossil
pkgver
=
2.
8
pkgver
=
2.
9
pkgrel
=
0
pkgdesc
=
"Simple, high-reliability, distributed software configuration management"
url
=
"https://www.fossil-scm.org"
...
...
@@ -13,10 +13,8 @@ depends=""
checkdepends
=
"coreutils ed tcllib"
makedepends
=
"openssl-dev sqlite-dev tcl-dev zlib-dev"
source
=
"https://www.fossil-scm.org/index.html/uv/
$pkgname
-src-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -27,13 +25,11 @@ build() {
}
check
()
{
cd
"
$builddir
"
make
TESTFLAGS
=
"-quiet -halt"
test
}
package
()
{
cd
"
$builddir
"
install
-Dm
755
$pkgname
"
$pkgdir
"
/usr/bin/
$pkgname
}
sha512sums
=
"
5c6a8dc1545c43b3c95fbbec343db023e27a9db58f282a881bb7e488e3e26a0f7913a41f505dedf618b884507e48956780bd0e12482e184345d68edd1e79ff8e
fossil-src-2.
8
.tar.gz"
sha512sums
=
"
c3786d4ae5517c88917819448863e9e1e37704a7073a1c87c042660313b77ce3a63f32e35e6a56af1c681e7b8a5acc652b4447d0387b8a8a5b3b5aa04dd9a9b5
fossil-src-2.
9
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment