summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 007d1f7ba7f43d83f932096944f91247cb8cf154 (plain)
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
# Maintainer: Oleksandr Natalenko <oleksandr@natalenko.name>

pkgname=7-zip
pkgver=22.01
pkgrel=2
pkgdesc="File archiver with a high compression ratio"
url=https://7-zip.org
license=('LGPL' 'BSD' 'custom:unRAR')
arch=(x86_64)
makedepends=(uasm meson)
source=(${url}/a/7z2201-src.tar.xz
		meson.build)
sha256sums=('393098730c70042392af808917e765945dc2437dee7aae3cfcc4966eb920fbc5'
            '8b47dd17a5094b487dc343f00113db3c08e94e929a494fbd582bd8c067e539e3')

build() {
	arch-meson . build

	meson compile -C build
}

package() {
	meson install -C build --destdir "${pkgdir}"
}