mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.3 KiB
Tcl
40 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 golang 1.0
|
|
|
|
name senpai
|
|
go.setup git.sr.ht/~delthas/senpai 0.5.0
|
|
revision 0
|
|
categories irc net
|
|
installs_libs no
|
|
maintainers {ijams.me:nate @exprez135} \
|
|
openmaintainer
|
|
license ICS
|
|
|
|
master_sites https://git.sr.ht/~delthas/senpai/refs/download/v${version}
|
|
|
|
# Tarball contents name conflicts with the default work dir name
|
|
worksrcdir ${name}-v${version}
|
|
|
|
go.offline_build no
|
|
|
|
description A modern terminal IRC client written in Go.
|
|
long_description Senpai is an open-source IRC client written in Go that works best with \
|
|
bouncers.
|
|
|
|
checksums rmd160 46b85009291f9e083a90212d9c628216892bfd55 \
|
|
sha256 75b33ca91fa82508547228d05efe14bd47b61196f4865a42441a889ad298d419 \
|
|
size 305019
|
|
|
|
depends_build-append port:scdoc
|
|
|
|
use_configure no
|
|
|
|
build.cmd make
|
|
build.target all
|
|
|
|
destroot {
|
|
system -W ${worksrcpath} "make install DESTDIR=${destroot} PREFIX=${prefix}"
|
|
}
|