15 lines
541 B
Bash
15 lines
541 B
Bash
# Template file for 'novaboot'
|
|
pkgname=novaboot
|
|
version=20181127
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="perl perl-Expect perl-IO-Stty"
|
|
short_desc="Tool that automates booting of operating systems on hardware or in qemu"
|
|
maintainer="adam <ametisf@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/wentasah/novaboot"
|
|
distfiles="https://github.com/wentasah/novaboot/archive/${version}.tar.gz"
|
|
checksum=58f44216e67d4b9eb70aae72b4a5a57728a5d6c67112d12c90a080863da03e8d
|