diff options
| author | Teddy Wing | 2022-05-22 03:52:51 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-05-22 06:52:10 +0200 |
| commit | bbe8fecd8b6bae7c2d8571a729d11473ac08526a (patch) | |
| tree | 322ce9c6c07a8d8702af9cddf72f001acee70316 | |
| parent | 02f3b209b6c151cec0130adae5e20e253f12af73 (diff) | |
| download | macports-ports-bbe8fecd8b6bae7c2d8571a729d11473ac08526a.tar.bz2 | |
wajir 0.0.1
| -rw-r--r-- | sysutils/wajir/Portfile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/wajir/Portfile b/sysutils/wajir/Portfile new file mode 100644 index 0000000..8291071 --- /dev/null +++ b/sysutils/wajir/Portfile @@ -0,0 +1,34 @@ +# -*- 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 + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + +PortSystem 1.0 +PortGroup github 1.0 + +github.setup teddywing wajir 0.0.1 v +github.tarball_from releases + +distname ${github.project}_${github.version} +use_bzip2 yes + +categories sysutils +platforms darwin +license GPL-3+ +maintainers @teddywing + +description Automatically watch Jira issues +long_description Watch Jira issues matching a given JQL query. + +checksums rmd160 911480c067e97512b27bdf7ca5281d2687ef92aa \ + sha256 4cff7c473faeb3a819d1258bebffaf54fdb0ad29ce6dae9b9f3e3c3eafd7d37c \ + size 16861850 + +depends_build port:sbcl + +use_configure no + +build.target bundle/bundled-local-projects/0000/wajir/wajir + +destroot.destdir prefix=${destroot}${prefix} |
