sc-im: add xlsx write support
This commit is contained in:
parent
fb61123071
commit
155731ffdf
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'sc-im'
|
||||
pkgname=sc-im
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr CFLAGS+=-DXLS LDLIBS+=-lxlsreader"
|
||||
make_install_args="prefix=/usr"
|
||||
hostmakedepends="bison pkg-config gnuplot"
|
||||
makedepends="libxls-devel libxml2-devel libzip-devel lua51-devel ncurses-devel"
|
||||
makedepends="libxls-devel libxlsxwriter-devel libxml2-devel libzip-devel lua51-devel"
|
||||
depends="less"
|
||||
short_desc="SpreadSheet Calculator (sc) Improvised"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="4-clause-BSD"
|
||||
license="BSD-4-Clause"
|
||||
homepage="https://github.com/andmarti1424/sc-im/"
|
||||
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad
|
||||
|
|
Loading…
Reference in New Issue