Skip to content
Snippets Groups Projects
Commit ba27428b authored by Henrik Riomar's avatar Henrik Riomar
Browse files

community/virt-what: upgrade to 1.20

parent 9d5c28d7
No related branches found
No related tags found
No related merge requests found
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=virt-what
pkgver=1.19
pkgrel=2
pkgver=1.20
pkgrel=0
pkgdesc="Detect if we are running in a virtual machine"
url="https://people.redhat.com/~rjones/virt-what/"
arch="x86 x86_64 ppc64le aarch64"
......@@ -17,12 +17,10 @@ builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
cd "$builddir"
autoreconf -ivf
}
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -32,15 +30,13 @@ build() {
}
check() {
cd "$builddir"
make check
checkbashisms ./virt-what
}
package() {
cd "$builddir"
make install DESTDIR="$pkgdir"
}
sha512sums="7b6e6c00e3f35cea236cc5f5fdf28d13e9e38143f280dfcbf083ebf0dca2cb677752b8daec5b2956a08405d1fe5368f9f633ce11a854928c31121a35ee4c6820 virt-what-1.19.tar.gz"
sha512sums="edf74903122bfb422c7a5ecba711bb64d6ef668828f208dfc0571ef14f2643456c14bc9a77dfea209df3d93869ac0a2c9fd039779922eddc6ebd9d988585dea4 virt-what-1.20.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment