aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/binfmt-support/template
blob: 634109b979de5cfd671e82f5d8236812c9e52b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'binfmt-support'
pkgname=binfmt-support
version=2.2.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libpipeline-devel"
depends="xbps-triggers>=0.128_1"
short_desc="Register interpreters for various binary formats"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="http://packages.debian.org/en/sid/binfmt-support"
distfiles="${DEBIAN_SITE}/main/b/binfmt-support/binfmt-support_$version.orig.tar.gz"
checksum=cce14163f9b526283e6f0d00f3be1cfe239fa2c7574e5e0ba8ad3db74166a4a5
make_dirs="/var/lib/binfmts 0755 root root"

post_install() {
	rm -r ${DESTDIR}/etc/init
	vsv binfmt-support
}