mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
mathcomp: remove, outdated.
This commit is contained in:
parent
60d0ffe308
commit
708fd61f6e
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'mathcomp'
|
||||
pkgname=mathcomp
|
||||
version=1.19.0
|
||||
revision=3
|
||||
build_wrksrc="mathcomp"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="coq ocaml-findlib"
|
||||
short_desc="Mathematical Components Library for the Coq proof assistant"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="CECILL-B"
|
||||
homepage="https://github.com/math-comp/math-comp"
|
||||
distfiles="https://github.com/math-comp/math-comp/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=786db902d904347f2108ffceae15ba29037ff8e63a6c58b87928f08671456394
|
||||
nocross="ocaml"
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/which/command -v/g' Makefile.common
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR="${DESTDIR}" 'COQLIB:=$(shell coqtop -where)/'
|
||||
vlicense ../CeCILL-B
|
||||
}
|
Loading…
Add table
Reference in a new issue