Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/bulletty/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'bulletty'
pkgname=bulletty
version=0.2.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="oniguruma-devel openssl-devel"
short_desc="Pretty feed reader for the terminal that stores the articles as Markdown"
maintainer="nerdyslacker <karyan40024@gmail.com>"
license="MIT"
homepage="https://github.com/CrociDB/bulletty"
distfiles="https://github.com/CrociDB/${pkgname}/archive/v${version}.tar.gz"
checksum=e13b5743ee66a1d62c87f1ffa791a0c290d031fbb5d9363ce2c1e81cda25682d

post_install() {
vlicense LICENSE
}