You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 golang 1.0
|
|
|
|
go.setup github.com/umputun/spot 1.19.2 v
|
|
name simplotask
|
|
revision 0
|
|
categories sysutils
|
|
maintainers {@sikmir disroot.org:sikmir} openmaintainer
|
|
license MIT
|
|
|
|
description A tool for effortless deployment and configuration management
|
|
long_description {*}${description}
|
|
homepage https://spot.umputun.dev/
|
|
|
|
build.cmd make
|
|
build.pre_args-append \
|
|
REV=v${version}
|
|
build.args build
|
|
|
|
checksums rmd160 0fcbbc14ccfac0f046f6e578735baa34b0ce5dae \
|
|
sha256 2efa099ddab63ae1e478bcfb6845cb6432042a7e545b0a3ae202d6b522b7c725 \
|
|
size 53029269
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/.bin/spot ${destroot}${prefix}/bin
|
|
xinstall -m 0755 ${worksrcpath}/.bin/spot-secrets ${destroot}${prefix}/bin
|
|
|
|
xinstall -d ${destroot}${prefix}/share/man/man1
|
|
xinstall -m 0644 ${worksrcpath}/spot.1 \
|
|
${destroot}${prefix}/share/man/man1/
|
|
}
|