summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f3c216b6ef4ec14f5c20c05f9980f1c774032265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Aki-nyan <aur@catgirl.link>

pkgname=mcy-nightly
pkgver=20240518_yosys_0.41_2_gb01592a
pkgrel=1
epoch=1
pkgdesc="Mutation Cover with Yosys"
arch=("any")
url="https://github.com/YosysHQ/mcy"
license=("custom:ISC")
groups=()
options=("!strip")
depends=("yosys-nightly" "sby-nightly" "python" "python-click" "qt5-base" "boost-libs")
optdepends=("python-flask")
makedepends=("git" "gcc" "cmake" "boost")
conflicts=()
replaces=()
source=(
	"mcy::git+https://github.com/YosysHQ/mcy.git#commit=b01592a"
)
sha256sums=(
	"SKIP"
)

_PREFIX="/usr"
package() {
	cd "${srcdir}/mcy"
	make PREFIX="${_PREFIX}" DESTDIR="${pkgdir}" install
	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/mcy/LICENSE"
	cd ..
}