You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.1 KiB
Tcl
40 lines
1.1 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
|
|
|
|
github.setup keith contacts-cli 45dd928cb3d17e61f87eced433ff9b3d389f9991
|
|
github.tarball_from archive
|
|
version 20210930
|
|
revision 0
|
|
|
|
description Query macOS contacts from the command line
|
|
|
|
long_description {*}${description}
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 29cd9cefc0e740a31853b72603b4e3c19eac8026 \
|
|
sha256 571e57fbaa3e8f7e02335d8b1e4a1db242e78e6b8f1956b9fd4127a22f9fbdba \
|
|
size 3105
|
|
|
|
conflicts contacts
|
|
|
|
use_configure no
|
|
|
|
build.cmd swift
|
|
build.pre_args build
|
|
build.args --configuration release --disable-sandbox
|
|
|
|
use_xcode yes
|
|
|
|
destroot {
|
|
xinstall -m 0755 \
|
|
${worksrcpath}/.build/release/contacts \
|
|
${destroot}${prefix}/bin/
|
|
}
|