summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2ca12fb9a0f75aa68ec4f2ed0db2f2512a627285 (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
26
27
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=bdisk
pkgver=2.70
pkgrel=2
pkgdesc="An easy liveCD creator built in python. Supports hybrid ISOs/USB, iPXE, and UEFI (undergoing rewrite)"
arch=( 'i686' 'x86_64' )
url="https://bdisk.square-r00t.net"
license=( 'GPL3' )
depends=( 'python' 'dosfstools' 'gcc-multilib' 'gcc-libs-multilib' 'git' 'libisoburn' 'mtools' 'rsync' 'squashfs-tools' 'syslinux' )
makedepends=( 'python' )
_pkgname=bdisk
install=
changelog=
noextract=()
source=("https://git.square-r00t.net/BDisk/snapshot/BDisk-2.70.tar.bz2"
        "BDisk-2.70.tar.bz2.sig")
sha512sums=('1c310438c95ec2dc5daa3b8af37fa64a2e88bd06fd7478009bb3b13d506a06eeb7399a3069744e5875565b4ad0fe57a95213f24c910bd63583ad23dda257e13d'
            'SKIP')
build() {
	echo "TODO: This package doesn't install in a meaningful way. However, it will soon be a python package and CLI utility."
}
package() {
	echo "TODO: This package doesn't install in a meaningful way. However, it will soon be a python package and CLI utility."
}