Search Criteria
Package Details: qucsator-git 0.0.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qucsator-git.git (read-only, click to copy) |
---|---|
Package Base: | qucsator-git |
Description: | An integrated circuit simulator |
Upstream URL: | http://qucs.sourceforge.net |
Licenses: | GPL |
Submitter: | Lacsapix |
Maintainer: | Lacsapix |
Last Packager: | Lacsapix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-05 10:03 (UTC) |
Last Updated: | 2021-08-05 10:03 (UTC) |
Dependencies (4)
- adms (adms-git)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gperf (gperf-git) (make)
Latest Comments
dreieck commented on 2022-11-16 12:51 (UTC)
Ahoj,
-git
-package, it means it takes the latest git checkout.$pkgver
needs to be strongly monotoneously increasing with each commit. So please use apkgver()
function that ensures this (e.g. by appending git commit count to the official version number).qucs
. Please addconflicts=(qucs)
.provides=("qucsator=${pkgver}" "qucs=${pkgver}")
(the second, if it really can be used as a replacement withqucs
).Thanks for maintaining!