conky-cli: nocross=yes; really fix download
Doesn't cross compile because of missing /proc/net/if_inet6 see http://build.voidlinux.eu/builders/armv7l-musl_builder/builds/4640/steps/shell_3/logs/stdio
This commit is contained in:
parent
da0394d45d
commit
063e61594d
|
@ -13,11 +13,12 @@ makedepends="lua52-devel ncurses-devel wireless_tools-devel libglib-devel libcur
|
|||
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
||||
provides="conky-${version}_${revision}"
|
||||
conflicts="conky>=0"
|
||||
nocross=yes
|
||||
short_desc="Conky command line without X11"
|
||||
maintainer="Ypnose <linuxien@legtuxDOTorg>"
|
||||
license="BSD, GPL-3"
|
||||
homepage="http://conky.sourceforge.net/"
|
||||
distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz"
|
||||
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
|
||||
checksum=f392f3f91fcc37f04ff65d53957512e4d81b7b9b36394acb5ecaefe92623f8eb
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue