-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
age-plugin-se: An Age plugin for Apple's Secure Enclave
- Loading branch information
1 parent
cff7485
commit 095df34
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
|
||
github.setup remko age-plugin-se 0.1.4 v | ||
github.tarball_from archive | ||
revision 0 | ||
|
||
checksums rmd160 74feaf0fb9a57bc2ef93bdd34ad0da4f75e3a8db \ | ||
sha256 52d9b9583783988fbe5e94bbe72089a870d128a2eba197fc09a95c13926fb27a \ | ||
size 325482 | ||
|
||
license MIT | ||
categories security | ||
maintainers {cal @neverpanic} openmaintainer | ||
installs_libs no | ||
|
||
description Age plugin for Apple's Secure Enclave | ||
long_description \ | ||
age-plugin-se is a plugin for age, enabling encryption using Apple's Secure \ | ||
Enclave. | ||
|
||
use_configure no | ||
use_xcode yes | ||
|
||
depends_build port:scdoc | ||
|
||
build.args PREFIX=${prefix} RELEASE=1 | ||
destroot.args PREFIX=${prefix} RELEASE=1 |