mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sl: update to 5.05, switch to fresher fork
This commit is contained in:
parent
a211339c82
commit
bccf2f81e1
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'sl'
|
# Template file for 'sl'
|
||||||
pkgname=sl
|
pkgname=sl
|
||||||
version=5.02
|
version=5.05
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Correct you if you type (sl) by mistake"
|
short_desc="Correct you if you type (sl) by mistake"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="custom:0BSD-like"
|
license="custom:0BSD-like"
|
||||||
homepage="https://github.com/mtoyoda/sl"
|
homepage="https://github.com/eyJhb/sl"
|
||||||
distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz"
|
distfiles="https://github.com/eyJhb/sl/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a
|
checksum=6c941b526e3d01be7f91a3af4ae20a89d1e5d66b3b2d804c80123b1b1be96384
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
CFLAGS+=" $LDFLAGS"
|
CFLAGS+=" $LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin sl
|
vbin sl
|
||||||
vman sl.1
|
vman sl.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue