mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
xsel: remove only_for_archs; there's no reason for this restriction.
This commit is contained in:
parent
234f22bd4c
commit
fa6a17de52
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version
|
||||||
checksum="b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
|
checksum="b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libXt-devel"
|
makedepends="libXt-devel"
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://www.vergenet.net/~conrad/software/xsel/"
|
homepage="http://www.vergenet.net/~conrad/software/xsel/"
|
||||||
license="Custom"
|
license="Custom"
|
||||||
|
@ -16,4 +15,4 @@ xsel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue