mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +01:00
the two are distinct, url isn't a variable. it could be changed to update to e.g. a documentation site, source url is separate
24 lines
638 B
Plaintext
24 lines
638 B
Plaintext
# Contributor: Yang Xiwen <forbidden405@outlook.com>
|
|
# Maintainer: Yang Xiwen <forbidden405@outlook.com>
|
|
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
|
|
"
|