You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.1 KiB
Tcl
41 lines
1.1 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
|
|
|
|
github.setup IvanMathy Boop 1.4.0
|
|
github.tarball_from releases
|
|
name boop
|
|
revision 0
|
|
|
|
homepage https://boop.okat.best
|
|
|
|
description A scriptable scratchpad for developers.
|
|
|
|
long_description {*}${description}
|
|
|
|
categories editors devel
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
platforms darwin
|
|
supported_archs x86_64
|
|
|
|
distname Boop
|
|
dist_subdir ${name}/${version}_${revision}
|
|
use_zip yes
|
|
|
|
checksums rmd160 53de899b5012c18dcf655754974f6b8374713179 \
|
|
sha256 8c4492baf6d5b1d26d157877f53d063259e615d784e8ab4d046d3ee67fb9b345 \
|
|
size 4570479
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
|
|
destroot {
|
|
copy ${workpath}/Boop.app ${destroot}${applications_dir}/
|
|
}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|