# $Id: Portfile 111325 2013-09-19 00:14:10Z marius@macports.org $

PortSystem 1.0
name		checksum
version		1
categories	test
maintainers	opendarwin.org@darkart.com
description	Test port for checksum functionalities
homepage	http://www.macports.org/
platforms	darwin

long_description ${description}

master_sites	file:///dev/null

fetch {
	system "mkdir -p $distpath"
	system "cat /dev/null > $distpath/$distname.tar.gz"
}

checksums \
	md5 d41d8cd98f00b204e9800998ecf8427e \
	sha1 da39a3ee5e6b4b0d3255bfef95601890afd80709 \
	rmd160 9c1185a5c5e9fc54612808977ee8f548b2258d31

extract		{}
configure	{}
build		{}
destroot	{
	system "touch ${destroot}${prefix}/lib/${name}"
}

test {
	# test is actually running checksum target
}
