22 lines
775 B
Bash
22 lines
775 B
Bash
# Template file for 'multibootusb'
|
|
pkgname=multibootusb
|
|
version=9.2.0
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="scripts"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="libparted util-linux python3-dbus python3-PyQt5 mtools p7zip parted
|
|
python3-six python3-pyudev udisks2"
|
|
short_desc="Create multiboot live Linux on a USB disk"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://multibootusb.org/"
|
|
changelog="https://raw.githubusercontent.com/mbusb/multibootusb/master/CHANGELOG"
|
|
distfiles="https://github.com/mbusb/multibootusb/archive/v${version}.tar.gz"
|
|
checksum=1f1539e11e5ac8af2fc2379a22c2ad6b73759b2babbc165f7ff716240e922d7d
|
|
|
|
pre_build() {
|
|
sed -i -e 's#local/bin#bin#g' org.debian.pkexec.run-multibootusb.policy
|
|
}
|