1
0

Remove dist fld

This commit is contained in:
MatMoul 2024-06-08 22:52:38 +02:00
parent 7b8f194466
commit 0f3eeaa22e

View File

@ -1,24 +0,0 @@
# Maintainer: MatMoul <matmoul@gmail.com>
pkgname=bootdisk
pkgver=0.1
pkgrel=1
pkgdesc="Simple command to boot device with QEMU/KVM"
arch=('any')
url="https://github.com/MatMoul/bootdisk"
license=('GPL3')
depends=('qemu' 'edk2-ovmf' 'swtpm')
provides=("bootdisk=${pkgver}")
source=("git://github.com/MatMoul/${pkgname}.git")
#source=("git://github.com/MatMoul/${pkgname}.git#branch=")
md5sums=('SKIP')
build() {
cd ${pkgname}
}
package() {
cd ${pkgname}
install -Dm755 "src/bootdisk" "${pkgdir}/usr/bin/bootdisk"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}