Files
Joshua Root 8049860922 sysutils/[D-l]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-28 22:37:05 +11:00

37 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
PortGroup makefile 1.0
github.setup martanne abduco 0.6 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
description abduco is a tool for session \{at,de\}tach support
long_description {*}${description}. abduco provides session management \
i.e. it allows programs to be run independently from \
their controlling terminal. That is programs can be \
detached - run in the background - and then later \
reattached. Together with dvtm it provides a simpler and \
cleaner alternative to tmux or screen.
categories sysutils
license ISC
platforms darwin linux freebsd
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 b47f2c4d5efd1ac2872200c722aa1f58d118596f \
sha256 89ed094a605d63cbf153af53c24b24cec08de201ff5cea4d792153725e4eb302 \
size 15774
makefile.has_destdir yes
platform darwin {
configure.cflags-append -D_DARWIN_C_SOURCE
}