<?xml version="1.0"?>
<package name="go-md2man">
	<description>Converts markdown into roff (man pages)</description>
	<releases>
		<release version="2.0.2" revision="1">
			<deps>
				<dep name="go"/>
			</deps>
			<build strip="no">
				<script>
					<archive name="go-md2man-$VERSION">
						<cmd>make BUILD_FLAGS=-mod=vendor</cmd>
						<cmd>install -D -v bin/go-md2man /usr/bin/go-md2man</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
