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
28cbd050
Commit
28cbd050
authored
3 years ago
by
Síle Ekaterin Liszka
Committed by
Andy Postnikov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/apache-mod-md: new package
parent
02c8103c
No related branches found
No related tags found
1 merge request
!25547
testing/apache-mod-md: new package
Pipeline
#94103
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/apache-mod-md/APKBUILD
+34
-0
34 additions, 0 deletions
testing/apache-mod-md/APKBUILD
with
34 additions
and
0 deletions
testing/apache-mod-md/APKBUILD
0 → 100644
+
34
−
0
View file @
28cbd050
# Contributor: Sheila Aman <sheila@vulpine.house>
# Maintainer: Sheila Aman <sheila@vulpine.house>
pkgname
=
apache-mod-md
pkgver
=
2.4.7
pkgrel
=
0
pkgdesc
=
"Integrated Acme protocol support for apache2"
url
=
"https://github.com/icing/mod_md"
arch
=
"all"
license
=
"Apache-2.0"
makedepends
=
"apache2-dev curl-dev jansson-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/icing/mod_md/releases/download/v
$pkgver
/mod_md-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/mod_md-
$pkgver
"
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"0c7f9689d70daf709d439fcb998355ef783a235c26ac6c378f7539e32a10aa73b21bbf32af7e6820f6613225b17a627840de58d2ddd53d64a87452022a5b1c52 mod_md-2.4.7.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