mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 21:15:12 +02:00
14 lines
273 B
Text
14 lines
273 B
Text
# Template file for 'xbps-tests'.
|
|
#
|
|
short_desc="${short_desc} - Kyua testsuite"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Kyua testsuite."
|
|
|
|
depends="libxbps-git>=$version"
|
|
provides="xbps-tests-9999"
|
|
replaces="xbps-tests>=0"
|
|
|
|
do_install() {
|
|
vmove usr/tests usr
|
|
}
|