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
cf48e7ee
Commit
cf48e7ee
authored
5 years ago
by
Michał Polański
Committed by
Leo
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/pwgen: modernize
parent
8d983157
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/pwgen/APKBUILD
+13
-14
13 additions, 14 deletions
main/pwgen/APKBUILD
with
13 additions
and
14 deletions
main/pwgen/APKBUILD
+
13
−
14
View file @
cf48e7ee
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
pwgen
pkgname
=
pwgen
pkgver
=
2.08
pkgver
=
2.08
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A Password Generator"
pkgdesc
=
"A Password Generator"
url
=
"https://
sourceforge.net/projec
ts/pwgen
/
"
url
=
"https://
github.com/ty
ts
o
/pwgen"
arch
=
"all"
arch
=
"all"
license
=
"GPL"
license
=
"GPL-2.0-only"
depends
=
""
options
=
"!check"
# no test suite
makedepends
=
""
makedepends
=
"autoconf"
install
=
""
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://downloads.sourceforge.net/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tytso/pwgen/archive/v2.08.tar.gz"
prepare
()
{
autoconf
}
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
build
()
{
cd
"
$_builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--host
=
$CHOST
\
...
@@ -22,13 +23,11 @@ build() {
...
@@ -22,13 +23,11 @@ build() {
--sysconfdir
=
/etc
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--infodir
=
/usr/share/info
\
||
return
1
make
make
||
return
1
}
}
package
()
{
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
}
sha512sums
=
"
4a930dc7d4c58a4434209db30c54629d76fce57d0fd5767cd7894168bb1a5b85eaae6734a982b0f4e0640540c366ce27ad84860ff2c406dea3f5902b5bb54255
pwgen-2.08.tar.gz"
sha512sums
=
"
cef7860c820ab1b069fbba53c1c85d6fa23bba67b0f0befdcca95d5f6c7aa09673b4777fb5ac8eca012ba939e2486a740c72109a9692314a677eb5c5da47f3f3
pwgen-2.08.tar.gz"
This diff is collapsed.
Click to expand it.
Leo
@Leo
mentioned in merge request
!4694 (closed)
·
5 years ago
mentioned in merge request
!4694 (closed)
mentioned in merge request !4694
Toggle commit list
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