New package: kaboom-0.1.0

This commit is contained in:
Josh Klar 2023-07-15 18:59:06 -07:00 committed by Duncan Overbruck
parent 03a5a46547
commit eda704eba4
1 changed files with 15 additions and 0 deletions

15
srcpkgs/kaboom/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'kaboom'
pkgname=kaboom
version=0.1.0
revision=1
build_style=cargo
short_desc="Atom feed management for the casual blogger"
maintainer="klardotsh <josh@klar.sh>"
license="0BSD"
homepage="https://sr.ht/~klardotsh/kaboom/"
distfiles="https://git.sr.ht/~klardotsh/kaboom/archive/v${version}.tar.gz"
checksum=b923eacbd691fbd6aaef8640872b2f550b562adbf5a1056ef82e2c22774bdcba
post_install() {
vlicense COPYING
}