mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
33 lines
932 B
Text
33 lines
932 B
Text
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=merge-usr
|
|
pkgver=0_git20250516
|
|
pkgrel=0
|
|
_commit="a445b56007281a8e8c8d1b54a1d5b3dd65eee5d6"
|
|
pkgdesc="Script to produce a merged-usr system"
|
|
url="https://gitlab.alpinelinux.org/postmarketos/merge-usr"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
# attr is an optional dependency. How do we go about it?
|
|
depends="attr"
|
|
checkdepends="jchroot"
|
|
source="https://gitlab.alpinelinux.org/postmarketos/merge-usr/-/archive/$_commit/$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
# Tests need to be run as root
|
|
options="!check"
|
|
|
|
build() {
|
|
make all
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
5e00a83d1abd5ea23a77d3068b1bb04fa15b3f4b97abf29642243fe5d204c2c6b53129975c415c5c0b7958d70258269d1866676fe585504b952e607cdaf44522 a445b56007281a8e8c8d1b54a1d5b3dd65eee5d6.tar.gz
|
|
"
|