# Contributor: Yang Xiwen # Maintainer: Yang Xiwen pkgname=devmem2 pkgver=0.2 pkgrel=0 pkgdesc="Program to read/write from/to any location in memory" url="https://github.com/VCTLabs/devmem2" arch="all" license="GPL-2.0-or-later" source="$pkgname-$pkgver.tar.gz::https://github.com/VCTLabs/devmem2/archive/$pkgver.tar.gz" options="!check" # No testsuite build() { make } package() { make install DESTDIR="$pkgdir" } sha512sums=" 5e86088992e4fc12e4a2f8ad7fe345c73f50134dbf59d6cae21fc515070885c001b5347b4cbdb6bd6dc62274a4eab6aa6336d72d14a94a5a5821e6aff01f6b9e devmem2-0.2.tar.gz "