Package Details: nvc 1.12.0-1

Git Clone URL: https://aur.archlinux.org/nvc.git (read-only, click to copy)
Package Base: nvc
Description: VHDL compiler and simulator
Upstream URL: https://www.nickg.me.uk/nvc
Licenses: GPL-3.0-or-later
Conflicts: nvc-git
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 2
Popularity: 0.002006
First Submitted: 2018-06-01 16:15 (UTC)
Last Updated: 2024-04-10 22:42 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

Latest Comments

aperez commented on 2023-07-05 19:40 (UTC)

@runecaster: Good catch, thanks! I've pushed an update with the fix.

runecaster commented on 2023-07-05 19:27 (UTC) (edited on 2023-07-05 19:29 (UTC) by runecaster)

The packages does not build for me as it is. The error message I get is install: cannot stat 'tools/*.rb': No such file or directory

I had to change the PKGBUILD the following way:


@@ -47,5 +47,4 @@ package () {
        make -C_build DESTDIR="${pkgdir}" install

        install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-       install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/tools" tools/*.rb
 }

The ruby files have been (re-)moved from the tools-directory in version 1.9 of nvc.