Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
87dc8990
Verified
Commit
87dc8990
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/stow: bump to 2.3.1, update license accordingly
parent
a3006714
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!309
Package bumps for Maintainer: Max Rees
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/stow/APKBUILD
+3
-6
3 additions, 6 deletions
user/stow/APKBUILD
with
3 additions
and
6 deletions
user/stow/APKBUILD
+
3
−
6
View file @
87dc8990
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
stow
pkgver
=
2.
2.2
pkgver
=
2.
3.1
pkgrel
=
0
pkgdesc
=
"Manage installation of multiple softwares in the same directory tree"
url
=
"https://www.gnu.org/software/stow/"
arch
=
"noarch"
license
=
"GPL-
2
.0
-only
"
license
=
"GPL-
3
.0
+
"
depends
=
"perl"
makedepends
=
"perl-test-output"
checkdepends
=
"perl-io-stringy"
...
...
@@ -14,7 +14,6 @@ subpackages="$pkgname-doc"
source
=
"https://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
...
...
@@ -23,15 +22,13 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
rm
"
$pkgdir
"
/usr/share/doc/stow/manual.pdf
rm
"
$pkgdir
"
/usr/share/doc/stow/version.texi
}
sha512sums
=
"
8a3e5da6b5cb4c1ee1b512bae5a9859f83659d5de05f7a9af1dd09df2a32f6b8c6d43b79736db91232c43621d542041d4ef92eb088925796adad0676f200a9b5
stow-2.
2.2
.tar.gz"
sha512sums
=
"
e9a7de1a6f10eaf7cdbe6737e0a8be1498e2eac46b6c57e65b83759b061efd1c0db45f7cba123e35428307e3aebe5baef9ea8bd4b5eb6ec5e1b159117a760441
stow-2.
3.1
.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