main/dint: fix and enable for all architectures
Signed-off-by: Jens Reidel <adrian@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7114>
This commit is contained in:
parent
948a5da202
commit
4fafe35201
1 changed files with 4 additions and 4 deletions
|
|
@ -1,21 +1,21 @@
|
|||
# Maintainer: Stefan Hansson <newbyte@postmarketos.org>
|
||||
pkgname=dint
|
||||
pkgver=0.0.1_git20250925
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="postmarketOS deviceinfo validator and linter"
|
||||
url="https://gitlab.postmarketos.org/Newbyte/dint"
|
||||
# armhf, armv7, riscv64: cpufeatures crate fails to build with --frozen specified
|
||||
arch="all !armhf !armv7 !riscv64"
|
||||
arch="all"
|
||||
license="EUPL-1.2"
|
||||
makedepends="cargo cargo-auditable"
|
||||
_commit="1f8c0949268c2d31a2e50cb3ac6793fdb4a4c92c"
|
||||
source="https://gitlab.postmarketos.org/Newbyte/dint/-/archive/$_commit/hello-world-rust-$_commit.tar.bz2"
|
||||
builddir="$srcdir/dint-$_commit"
|
||||
options="!pmb:crossdirect"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
cargo fetch --locked
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue