mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.3 KiB
Tcl
41 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
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.
|
|
|
|
if {${os.major} < 25 } {
|
|
github.setup remko age-plugin-se 0.1.4 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
checksums rmd160 74feaf0fb9a57bc2ef93bdd34ad0da4f75e3a8db \
|
|
sha256 52d9b9583783988fbe5e94bbe72089a870d128a2eba197fc09a95c13926fb27a \
|
|
size 325482
|
|
} else {
|
|
github.setup remko age-plugin-se 0.2.1 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
checksums rmd160 16a13f05f2012535093fa24f3674811bde697037 \
|
|
sha256 a22ba4de99a6463b044894e0d7d26a2c9859be6577e2085b4082481e1ae6e6bc \
|
|
size 344910
|
|
}
|
|
|
|
use_configure no
|
|
use_xcode yes
|
|
|
|
depends_build port:scdoc
|
|
|
|
build.args PREFIX=${prefix} RELEASE=1
|
|
destroot.args PREFIX=${prefix} RELEASE=1
|