void-packages/srcpkgs/chathistorysync/template

23 lines
630 B
Bash
Raw Normal View History

2022-06-30 15:13:29 +02:00
# Template file for 'chathistorysync'
pkgname=chathistorysync
2022-09-30 12:33:39 +02:00
version=0.2.0
2022-06-30 15:13:29 +02:00
revision=1
build_style=go
go_import_path="git.sr.ht/~emersion/chathistorysync"
hostmakedepends="scdoc"
short_desc="Synchronization tool for IRC chat history"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="AGPL-3.0-or-later"
homepage="https://sr.ht/~emersion/chathistorysync/"
distfiles="https://git.sr.ht/~emersion/chathistorysync/archive/v${version}.tar.gz"
2022-09-30 12:33:39 +02:00
checksum=97d428a7ce46caabdfcf13e1863eeaa534b7c8247d8bd9f8cbcc64c20e5cf86a
2022-06-30 15:13:29 +02:00
post_build() {
make chathistorysync.1
}
post_install() {
vman chathistorysync.1
vlicense LICENSE
}