Skip to content

Commit

Permalink
sc-im: remove useless vsed and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and abenson committed Mar 9, 2023
1 parent e1d4729 commit 91079c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/sc-im/template
Expand Up @@ -13,14 +13,15 @@ short_desc="SpreadSheet Calculator (sc) Improvised"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-4-Clause"
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

post_extract() {
vsed -i -e 's/lua51/lua5.1/g' \
-e 's/^ *CFLAGS/override &/' \
vsed -i -e 's/^ *CFLAGS/override &/' \
-e 's/^ *LDLIBS/override &/' src/Makefile
}

post_install() {
vlicense ../LICENSE
}

0 comments on commit 91079c6

Please sign in to comment.