mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
23 lines
777 B
Plaintext
23 lines
777 B
Plaintext
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
|
pkgname=virtme-ng
|
|
pkgver=1.28
|
|
pkgrel=0
|
|
pkgdesc="tool that allows to easily and quickly recompile and test a Linux kernel"
|
|
url="https://github.com/arighi/virtme-ng"
|
|
arch="all"
|
|
license="GPL-2-or-later"
|
|
depends="qemu python3"
|
|
makedepends="py3-setuptools py3-argcomplete"
|
|
options="!check" # no tests
|
|
subpackages="$pkgname-bash-completion"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/arighi/virtme-ng/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
package() {
|
|
python setup.py install --root="$pkgdir/" --optimize=1
|
|
}
|
|
|
|
sha512sums="
|
|
3f9ba6d2a126b8811df6ef0be82cee91d0619aedb8c03984636d75eb68594e41fdb261bb83e06faafc11e18368fc75f8e9877f1ebbf7d07a6c1efa436c682c91 virtme-ng-1.28.tar.gz
|
|
"
|