diff --git a/common/shlibs b/common/shlibs index 4a498f3fb9f..165fd8de582 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4554,3 +4554,4 @@ libhyprutils.so.6 hyprutils-0.7.1_1 libblake3.so.0 libblake3-1.8.2_1 libsexp.so.1 sfsexp-1.4.1 libeot.so.0 libeot-0.01_1 +libafflib.so.0 afflib-3.7.21_1 diff --git a/srcpkgs/xmount/template b/srcpkgs/xmount/template new file mode 100644 index 00000000000..470efaa15ad --- /dev/null +++ b/srcpkgs/xmount/template @@ -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 " +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 +}