mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
sc-im: update to 0.5.0.
This commit is contained in:
parent
c6ae711ad1
commit
8720c3ce7f
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'sc-im'
|
# Template file for 'sc-im'
|
||||||
pkgname=sc-im
|
pkgname=sc-im
|
||||||
version=0.4.0
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_install_args="prefix=/usr"
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
makedepends="libxls-devel libxml2-devel libzip-devel ncurses-devel"
|
makedepends="libxls-devel libxml2-devel libzip-devel ncurses-devel"
|
||||||
depends="less"
|
depends="less"
|
||||||
short_desc="SpreadSheet Calculator (sc) Improvised"
|
short_desc="SpreadSheet Calculator (sc) Improvised"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="4-clause-BSD"
|
||||||
homepage="https://github.com/andmarti1424/sc-im/"
|
homepage="https://github.com/andmarti1424/sc-im/"
|
||||||
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e9a6d0a87d4f9a657bb8b87bdde9141e42c8916fbb6879d07564ffb67302f68a
|
checksum=d7a31c5225e02239e925b50b414d7e69d12bc3554f218621823782872ccc5e4d
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's,<ncursesw/,<,g' src/*.[ch]
|
sed -i 's,<ncursesw/,<,g' src/*.[ch]
|
||||||
|
|
Loading…
Add table
Reference in a new issue