blob: 8291071bb8d7101a4ab98e8259aa9a4476b5220f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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}
|