Files
macports-base/tests/test/setuid/Portfile
T
2019-08-28 19:29:46 +10:00

34 lines
738 B
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 setuid
version 0
categories test
maintainers nomaintainer
homepage https://www.macports.org/
platforms darwin
supported_archs noarch
configure.cxx_stdlib
description Test for the setuid bit
long_description ${description}
distfiles
use_configure no
extract {
file mkdir ${worksrcpath}
file copy ${filespath}/test.sh ${worksrcpath}
}
build.cmd ${worksrcpath}/test.sh
destroot {
touch ${destroot}${prefix}/lib/${name}
}
test {
# test is actually running build target
}