<?xml version="1.0"?>
<package name="zxcvbn">
	<description>C/C++ version of the zxcvbn password strength estimator</description>
	<releases>
		<release version="2.5" revision="2">
			<build>
				<script>
					<archive name="$NAME-c-$VERSION">
						<!-- fix build with GCC 15 -->
						<patch name="$NAME-c-$VERSION-gcc15-1"/>

						<cmd>make</cmd>
						<cmd>cp -av libzxcvbn.so* /usr/lib</cmd>
						<cmd>cp -av zxcvbn.h /usr/include</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
