# Template file for 'rustypaste'
pkgname=rustypaste
version=0.18.0
revision=1
build_style=cargo
make_check_args="-- --test-threads 1"
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Minimal file upload/pastebin service"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/orhun/rustypaste"
changelog="https://raw.githubusercontent.com/orhun/rustypaste/master/CHANGELOG.md"
distfiles="https://github.com/orhun/rustypaste/archive/refs/tags/v${version}.tar.gz"
checksum=53db137b8429f44d9bf700063fc42f1047460a60713cac801a5983946facb13f
conf_files="/etc/rustypaste/config.toml"

system_accounts="_rustypaste"
_rustypaste_homedir="/var/lib/rustypaste"
_rustypaste_descr="Minimal file upload/pastebin service"

make_dirs="/var/lib/rustypaste 0750 _rustypaste _rustypaste"

post_install() {
	vinstall config.toml 644 etc/rustypaste
	vlicense LICENSE
	vdoc README.md
	vsv rustypaste
}
