16 lines
412 B
Bash
16 lines
412 B
Bash
# Template file for 'waitforfile'
|
|
pkgname=waitforfile
|
|
version=0.1.8
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="Wait until the given file exists"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/nroi/waitforfile"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=e63c7b964d4b475f4d84fba62a8b2e43593cbe73c7ce4840474836a978ca01a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|