Skip to content

Commit

Permalink
age-plugin-se: An Age plugin for Apple's Secure Enclave
Browse files Browse the repository at this point in the history
  • Loading branch information
neverpanic committed Jan 29, 2025
1 parent cff7485 commit 095df34
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions security/age-plugin-se/Portfile
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

0 comments on commit 095df34

Please sign in to comment.