mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: chathistorysync-0.1.0
This commit is contained in:
parent
58851093c5
commit
b357d31364
1 changed files with 23 additions and 0 deletions
23
srcpkgs/chathistorysync/template
Normal file
23
srcpkgs/chathistorysync/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'chathistorysync'
|
||||||
|
pkgname=chathistorysync
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-v${version}"
|
||||||
|
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"
|
||||||
|
checksum=8d9a44040645e1ba3d3ea8655311b2ced89b732fd8efb5c1b9a9a91f16feefbc
|
||||||
|
|
||||||
|
post_build() {
|
||||||
|
make chathistorysync.1
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman chathistorysync.1
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue