16 lines
428 B
Bash
16 lines
428 B
Bash
# 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
|
|
}
|