mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sc-im: remove useless vsed and add changelog.
This commit is contained in:
parent
e1d47292e4
commit
91079c6105
1 changed files with 4 additions and 3 deletions
|
@ -13,14 +13,15 @@ short_desc="SpreadSheet Calculator (sc) Improvised"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-4-Clause"
|
license="BSD-4-Clause"
|
||||||
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"
|
changelog="https://github.com/andmarti1424/sc-im/releases"
|
||||||
|
distfiles="https://github.com/andmarti1424/sc-im/archive/v${version}.tar.gz"
|
||||||
checksum=5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3
|
checksum=5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i -e 's/lua51/lua5.1/g' \
|
vsed -i -e 's/^ *CFLAGS/override &/' \
|
||||||
-e 's/^ *CFLAGS/override &/' \
|
|
||||||
-e 's/^ *LDLIBS/override &/' src/Makefile
|
-e 's/^ *LDLIBS/override &/' src/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense ../LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue