From bbe8fecd8b6bae7c2d8571a729d11473ac08526a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 22 May 2022 03:52:51 +0200 Subject: wajir 0.0.1 --- sysutils/wajir/Portfile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sysutils/wajir/Portfile 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} -- cgit v1.2.3