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
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alyx
Adélie Package Tree
Commits
cc9fb4e1
Commit
cc9fb4e1
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/certbot: new package
parent
313f34f4
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
user/certbot/APKBUILD
+45
-0
45 additions, 0 deletions
user/certbot/APKBUILD
with
45 additions
and
0 deletions
user/certbot/APKBUILD
0 → 100644
+
45
−
0
View file @
cc9fb4e1
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
certbot
pkgver
=
0.28.0
pkgrel
=
0
pkgdesc
=
"The EFF's reference ACME client"
url
=
"https://certbot.eff.org/"
arch
=
"noarch"
license
=
"Apache-2.0"
depends
=
"py3-acme py3-configargparse py3-mock py3-configobj py3-cryptography
py3-parsedatetime py3-rfc3339 py3-tz py3-zope-component py3-zope-interface
coverage"
# define acme deps here and add them to makedepends
# so they get pulled in when bootstrapping.
_depends_acme
=
"py3-cryptography py3-josepy py3-mock py3-openssl py3-requests
py3-requests-toolbelt py3-rfc3339 py3-six py3-tz"
makedepends
=
"python3-dev
$_depends_acme
"
install
=
""
subpackages
=
"py3-acme:acme"
source
=
"certbot-
$pkgver
.tar.gz::https://github.com/certbot/certbot/archive/v
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
python3 setup.py check
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
acme
()
{
pkgdesc
=
"ACME protocol implementation for Python"
depends
=
"
$_depends_acme
"
cd
"
$builddir
"
/acme
python3 setup.py build
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
}
sha512sums
=
"07c9bbad52acebc60e48d79619e4f12818d67c3b0f41ffa4fcd02098fb9da245e4006418f54c51c2e4bb9aaa01a21f7a083c9eb092f533e6676ed75ae8667a54 certbot-0.28.0.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