You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 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
|
|
|
|
name tmpreaper
|
|
version 1.6.16
|
|
revision 0
|
|
checksums rmd160 f1da7969b05bc94150b508d1371434c5de8aa16d \
|
|
sha256 e543acdd55bb50102c42015e6d399e8abb36ad818cbd3ca6cb1c905b5781e202 \
|
|
size 158816
|
|
|
|
categories sysutils
|
|
platforms darwin freebsd
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
description a utility for removing files based on last access time
|
|
long_description {*}${description}
|
|
|
|
homepage https://tracker.debian.org/pkg/tmpreaper
|
|
master_sites debian:[string index ${name} 0]/${name}
|
|
|
|
distname ${name}_${version}
|
|
worksrcdir ${name}-${version}
|
|
|
|
# The configure script in the tarball is older than configure.ac.
|
|
use_autoreconf yes
|
|
|
|
build.type gnu
|
|
|
|
livecheck.regex ${name}_(\[0-9.\]+)\\.
|