summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 12760a92427578f99d3a496feedd035958bb43a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = bootimage-git
	pkgdesc = Tool to create a bootable OS image from a kernel binary.
	pkgver = 0.3.0.66
	pkgrel = 1
	url = https://github.com/rust-osdev/bootimage
	arch = i686
	arch = x86_64
	license = NULL
	makedepends = rust
	makedepends = cargo
	depends = cargo-xbuild
	depends = qemu
	provides = bootimage
	conflicts = bootimage
	source = bootimage::git+https://github.com/rust-osdev/bootimage
	sha256sums = SKIP

pkgname = bootimage-git