Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
omni
aports
Commits
b48f0227
Commit
b48f0227
authored
May 07, 2021
by
omni
Browse files
testing/tlsdate: new aport
parent
31850563
Pipeline
#81128
failed with stages
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testing/tlsdate/APKBUILD
0 → 100644
View file @
b48f0227
# Contributor: omni <omni+alpine@hack.org>
# Maintainer: omni <omni+alpine@hack.org>
pkgname
=
tlsdate
pkgver
=
0_git20210430
pkgrel
=
0
_commit
=
"5fb1b3b57380ef8a9782bb316d6363f9a4e6c29e"
pkgdesc
=
"set local clock to remote party time extracted from TLS handshake"
arch
=
"all"
url
=
"https://chromium.googlesource.com/chromiumos/third_party/tlsdate/+/master/README"
license
=
"BSD-3-Clause"
makedepends
=
"openssl-dev libevent-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://chromium.googlesource.com/chromiumos/third_party/tlsdate/+archive/
$_commit
.tar.gz"
builddir
=
"
$srcdir
"
build
()
{
./autogen.sh
./configure
--prefix
=
/usr
--mandir
=
/usr/share/man
--sysconfdir
=
/etc
--localstatedir
=
/var
make
}
check
()
{
make
test
}
package
()
{
make
install
DESTDIR
=
"
$pkgdir
"
}
sha512sums
=
"674cb436766fe0f791cef3a2e785415462aa7c3399e935452dd6841697bff07b7b52eac3116d9b519146d7cff9d777dce62b32fa3139795eafb470e951fa981e tlsdate-0_git20210430.tar.gz"
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment