summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f8d10e1541a251a71e34cb61fec1c9a2cd57a9e (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=20240508_yosys_0.40_2_g9142c93
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=9142c93"
)
sha256sums=(
	"SKIP"
)

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