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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Henrik Riomar
aports
Commits
86f3d2be
Commit
86f3d2be
authored
Dec 15, 2019
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/certbot-nginx: new aport
parent
f123c0b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
community/certbot-nginx/APKBUILD
community/certbot-nginx/APKBUILD
+28
-0
No files found.
community/certbot-nginx/APKBUILD
0 → 100644
View file @
86f3d2be
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
"certbot-nginx"
pkgver
=
"1.0.0"
pkgrel
=
0
pkgdesc
=
"Nginx plugin for Certbot client"
url
=
"https://pypi.python.org/pypi/
$pkgname
"
arch
=
"noarch"
license
=
"Apache"
depends
=
"certbot py3-acme py3-mock py3-openssl py3-parsing
py3-setuptools py3-zope-interface"
checkdepends
=
"py3-pytest"
source
=
"https://pypi.io/packages/source/c/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
}
check
()
{
python3 setup.py
test
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"fd55f981744c5a4bbd54c37e4de7180098717c8a0047f55507c9ad05e86d3c917e5dcd1fe0fa0207935e590d918f922ff645a09fb6e6496c04536d5319672641 certbot-nginx-1.0.0.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