New package: xmount-1.2.0

This commit is contained in:
cbaulesch 2025-08-28 14:53:54 +02:00 committed by Leah Neukirchen
parent 0f234bb6a8
commit 423104af59
2 changed files with 20 additions and 0 deletions

View file

@ -4554,3 +4554,4 @@ libhyprutils.so.6 hyprutils-0.7.1_1
libblake3.so.0 libblake3-1.8.2_1 libblake3.so.0 libblake3-1.8.2_1
libsexp.so.1 sfsexp-1.4.1 libsexp.so.1 sfsexp-1.4.1
libeot.so.0 libeot-0.01_1 libeot.so.0 libeot-0.01_1
libafflib.so.0 afflib-3.7.21_1

19
srcpkgs/xmount/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'xmount'
pkgname=xmount
version=1.2.0
revision=1
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=Release"
hostmakedepends="pkgconf"
makedepends="fuse3-devel libewf-devel afflib afflib-devel snappy-devel raptor-devel liblz4-devel zlib-devel libxml2-devel"
short_desc="Tool to crossmount between multiple harddisk image files"
maintainer="cbaulesch <christophe@baulesch.com>"
license="GPL-3.0-or-later"
homepage="https://code.sits.lu/foss/xmount"
changelog="https://code.sits.lu/foss/xmount/-/releases"
distfiles="https://code.sits.lu/foss/xmount/-/archive/${version}/xmount-${version}.tar.gz"
checksum=abded7b53646c5d56ab9caf30473d75d0deb543e8262cadf2af572da3e1d127d
post_install() {
vdoc README
}