mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
senpai: update to 0.4.0, add changelog
This commit is contained in:
parent
80cc3494b8
commit
eba79dd92b
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'senpai'
|
# Template file for 'senpai'
|
||||||
pkgname=senpai
|
pkgname=senpai
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="git.sr.ht/~taiite/senpai"
|
go_import_path="git.sr.ht/~delthas/senpai"
|
||||||
go_package="./cmd/senpai"
|
go_package="./cmd/senpai"
|
||||||
hostmakedepends="scdoc"
|
hostmakedepends="scdoc"
|
||||||
short_desc="IRC client that works best with bouncers"
|
short_desc="IRC client that works best with bouncers"
|
||||||
maintainer="Emil Miler <em@0x45.cz>"
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://git.sr.ht/~delthas/senpai/"
|
homepage="https://git.sr.ht/~delthas/senpai/"
|
||||||
|
changelog="https://git.sr.ht/~delthas/senpai/refs"
|
||||||
distfiles="https://git.sr.ht/~delthas/senpai/archive/v${version}.tar.gz"
|
distfiles="https://git.sr.ht/~delthas/senpai/archive/v${version}.tar.gz"
|
||||||
checksum=c02f63a7d76ae13ed888fc0de17fa9fd5117dcb3c9edc5670341bf2bf3b88718
|
checksum=ff5697bc09a133b73a93db17302309b81d6d11281ea85d80157f1977e8b1a1e2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
scdoc <doc/senpai.1.scd >doc/senpai.1
|
scdoc <doc/senpai.1.scd >doc/senpai.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue