void-packages/srcpkgs/dumb_runtime_dir/template
Isaac Freund d2fbe47cac *: orphan packages maintained by ifreund
I've moved on from void and won't be updating these any more.
Despite that, I'll probably continue to lurk in #xbps so feel free to
ping me with any questions about Zig or river packaging.

Changes by @ahesford: adopt foot, libxkbcommon, seatd, wayland-protocols

Closes: #48400 [via git-merge-pr]
2024-01-28 07:21:05 -05:00

18 lines
581 B
Bash

# Template file for 'dumb_runtime_dir'
pkgname=dumb_runtime_dir
version=1.0.4
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="pam-devel"
depends="pam-base>=0.4.0_2"
short_desc="Creates an XDG_RUNTIME_DIR on login and never removes it"
maintainer="Orphaned <orphan@voidlinux.org>"
license="0BSD"
homepage="https://github.com/ifreund/dumb_runtime_dir"
distfiles="${homepage}/releases/download/v${version}/dumb_runtime_dir-${version}.tar.gz"
checksum=451e680ee2ad4bd268a2cc21571fd843eefde5ffd7a6847221f9a1449924acc0
post_install() {
vlicense LICENSE
}