summaryrefslogtreecommitdiff
path: root/testing/virtme-ng/APKBUILD
blob: ff19b8e2ebd22a73c57cb41bf2c5f5b5d52eb8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
"