mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
minitalk: update to 0.3.0.
This commit is contained in:
parent
ef414e57ae
commit
ed2d9de48d
1 changed files with 4 additions and 10 deletions
|
@ -1,21 +1,15 @@
|
||||||
# Template file for 'minitalk'
|
# Template file for 'minitalk'
|
||||||
pkgname=minitalk
|
pkgname=minitalk
|
||||||
version=0.2.5
|
version=0.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="LDFLAGS+=-lreadline PREFIX=/usr"
|
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel"
|
||||||
short_desc="A small chat system for multiple users on a UNIX-like host "
|
short_desc="Small chat system for multiple users on a UNIX-like host "
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/abenson/minitalk"
|
homepage="https://github.com/abenson/minitalk"
|
||||||
distfiles="https://github.com/abenson/minitalk/archive/v${version}.tar.gz"
|
distfiles="https://github.com/abenson/minitalk/archive/v${version}.tar.gz"
|
||||||
checksum=0a6541f7b1ad36063dae4e7f09a0c0d7ea1f71e2fe8be9797045d7736cf7fe4f
|
checksum=7ed213d8de21010d75c10936f29b2492b6b737a1955d4bf80452b4d8b3bfb800
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin minitalk
|
|
||||||
vman minitalk.1
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue