-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
30 lines (28 loc) · 907 Bytes
/
template
File metadata and controls
30 lines (28 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Template file for 'squashfuse'
pkgname=squashfuse
version=0.6.1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="fuse3-devel liblz4-devel liblzma-devel libzstd-devel lzo-devel
zlib-devel"
short_desc="FUSE filesystem to mount squashfs archives"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://github.com/vasi/squashfuse"
changelog="https://github.com/vasi/squashfuse/blob/master/NEWS"
distfiles="https://github.com/vasi/squashfuse/releases/download/${version}/squashfuse-${version}.tar.gz"
checksum=7b18a58c40a3161b5c329ae925b72336b5316941f906b446b8ed6c5a90989f8c
post_install() {
vlicense LICENSE
}
squashfuse-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} fuse3-devel"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}