26 lines
751 B
Text
26 lines
751 B
Text
pkgname=device-qemu-amd64
|
|
pkgver=1
|
|
pkgrel=3
|
|
pkgdesc="Simulated device in qemu with an x86 platform"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-postmarketos"
|
|
makedepends=""
|
|
subpackages=""
|
|
source="deviceinfo interfaces"
|
|
options="!check"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
install -D -m644 "$srcdir"/interfaces \
|
|
"$pkgdir"/etc/network/interfaces
|
|
}
|
|
|
|
sha512sums="a02b2c46f913b148663b1252f71210a6ae1afa34af347664eac70570e9580b11257d23edfaa78797d03187e3bc3248c09c483e6c93ec0f0476d8b74af97e00d0 deviceinfo
|
|
d510ca304066840aa5e6c4fc71ded1b7e83012c93837fa39e37bdb873b3636230030d56f7aa50c93fc688f563cb4cb96c02ad333bbc45a400c1ebee1792a9dd4 interfaces"
|