mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
racket: remove noarch
This commit is contained in:
parent
8e3e3b53bf
commit
180c9a680f
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'racket'
|
||||
pkgname=racket
|
||||
version=7.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc=src
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-useprefix --disable-docs"
|
||||
|
@ -10,7 +10,7 @@ makedepends="sqlite-devel gtk+-devel"
|
|||
depends="gtk+"
|
||||
short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="LGPL-3.0-only"
|
||||
license="LGPL-3.0-only, MIT"
|
||||
homepage="http://racket-lang.org/"
|
||||
distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
|
||||
checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
|
||||
|
@ -43,7 +43,6 @@ post_install() {
|
|||
}
|
||||
|
||||
racket-doc_package() {
|
||||
archs=noarch
|
||||
short_desc+=" - documentation"
|
||||
depends="racket>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue