2023-07-04 23:01:18 -04:00

30 lines
936 B
Bash

# Template file for 'rustypaste'
pkgname=rustypaste
version=0.11.1
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="Lukas Jordan <dev@lukasjordan.com>"
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=5e6be43231b9dc1765390414c2d370717444be52f1ce4f23cf454c50bdfbb44d
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
}