mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 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 github 1.0
|
|
PortGroup legacysupport 1.1
|
|
PortGroup makefile 1.0
|
|
|
|
# O_CLOEXEC
|
|
legacysupport.newest_darwin_requires_legacy 10
|
|
|
|
github.setup eradman entr 5.8
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
homepage https://eradman.com/entrproject
|
|
|
|
description a utility for running arbitrary commands when files change.
|
|
|
|
long_description {*}${description} Uses kqueue(2) to avoid polling. entr \
|
|
responds to file system events by executing command line \
|
|
arguments.
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license ISC
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 6a483c6855889b9aa655d5dbd1dd358b4fdec579 \
|
|
sha256 dc9a2bdc556b2be900c1d8cdf432de26492de5af3ffade000d4bfd97f3122bfb \
|
|
size 24859
|
|
|
|
test.run yes
|
|
|
|
build.pre_args-append -f Makefile.macos
|
|
destroot.pre_args-append -f Makefile.macos
|
|
test.pre_args-append -f Makefile.macos
|