You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 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
|
|
PortGroup github 1.0
|
|
|
|
# next version (1.8) is dropping MacOS
|
|
|
|
github.setup ekenberg quotatool 1.7.1 v
|
|
revision 0
|
|
checksums rmd160 791f35e8648602cdad8ed618556979f31475c02b \
|
|
sha256 37ffd4c49b049194d50de66c0e4ea5e7df81f58e56a939b2d02fcb10cea6e3f1 \
|
|
size 196722
|
|
|
|
categories sysutils
|
|
license GPL-2
|
|
maintainers {gmail.com:johan.ekenberg @ekenberg} openmaintainer
|
|
description A command line utility for filesystem disk quotas.
|
|
long_description A command line utility for filesystem disk quotas.
|
|
github.tarball_from archive
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
COPYING \
|
|
README.md \
|
|
${destroot}${docdir}
|
|
}
|