mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
sandboxfs: generate missing lockfile
This commit is contained in:
parent
ff65e83784
commit
ab7727a759
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sandboxfs'
|
# Template file for 'sandboxfs'
|
||||||
pkgname=sandboxfs
|
pkgname=sandboxfs
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse-devel"
|
makedepends="fuse-devel"
|
||||||
|
@ -12,6 +12,11 @@ homepage="https://github.com/bazelbuild/sandboxfs"
|
||||||
distfiles="https://github.com/bazelbuild/sandboxfs/archive/sandboxfs-${version}.tar.gz"
|
distfiles="https://github.com/bazelbuild/sandboxfs/archive/sandboxfs-${version}.tar.gz"
|
||||||
checksum=bff68e7d33ae56a3f34a79a74b2576599f5ccc381a237bbc10b5a3c3ea106b60
|
checksum=bff68e7d33ae56a3f34a79a74b2576599f5ccc381a237bbc10b5a3c3ea106b60
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# https://github.com/bazelbuild/sandboxfs/pull/115
|
||||||
|
cargo generate-lockfile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/sandboxfs.1
|
vman man/sandboxfs.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue