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'
|
||||
pkgname=sc-im
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
hostmakedepends="bison"
|
||||
makedepends="libxls-devel libxml2-devel libzip-devel ncurses-devel"
|
||||
depends="less"
|
||||
short_desc="SpreadSheet Calculator (sc) Improvised"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
license="4-clause-BSD"
|
||||
homepage="https://github.com/andmarti1424/sc-im/"
|
||||
distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=e9a6d0a87d4f9a657bb8b87bdde9141e42c8916fbb6879d07564ffb67302f68a
|
||||
checksum=d7a31c5225e02239e925b50b414d7e69d12bc3554f218621823782872ccc5e4d
|
||||
|
||||
post_extract() {
|
||||
sed -i 's,<ncursesw/,<,g' src/*.[ch]
|
||||
|
|
Loading…
Reference in a new issue