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
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
d294f872
Commit
d294f872
authored
Jun 05, 2019
by
Leo
Committed by
Francesco Colista
Jun 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/apg: modernize, "fix" url, fix license
parent
bdc861e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
main/apg/APKBUILD
main/apg/APKBUILD
+3
-10
No files found.
main/apg/APKBUILD
View file @
d294f872
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
apg
pkgver
=
2.2.3
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Automated Password Generator."
url
=
"http
://www.adel.nursat.kz/apg/index.shtml"
url
=
"http
s://linux.die.net/man/1/apg"
# Original homepage is dead
arch
=
"all"
license
=
"BSD"
license
=
"BSD
-3-Clause
"
# no check provided by upstream
options
=
"!check"
subpackages
=
"
$pkgname
-doc"
source
=
"https://launchpad.net/ubuntu/+archive/primary/+files/
${
pkgname
}
_
${
pkgver
}
.orig.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
default_prepare
}
build
()
{
cd
"
$builddir
"
...
...
@@ -28,7 +22,6 @@ package() {
install
-D
-m755
$i
"
$pkgdir
"
/usr/bin/
$i
install
-D
-m644
doc/man/
$i
.1
"
$pkgdir
"
/usr/man/man1/
$i
.1
done
install
-D
-m
644 COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
sha512sums
=
"d2479dc2cb5d571ddea23d98e9d4ddbdfff874013ff27c00073a3231c4c1d0ee9b75d3983331f3513755b57527766cc5a35e6829cdca15d2e9293dfbc4c2788a apg_2.2.3.orig.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