mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/cosmic-edit: remove top-level exec
This commit is contained in:
parent
d6670c64c7
commit
0465634bfa
@ -22,15 +22,15 @@ options="net !check" # fetch dependencies, no tests
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/pop-os/cosmic-edit/archive/refs/tags/epoch-$_upstreamver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-epoch-$_upstreamver"
|
||||
|
||||
export VERGEN_GIT_COMMIT_DATE="$(date -d @"$SOURCE_DATE_EPOCH" '+%Y-%m-%d')"
|
||||
export VERGEN_GIT_SHA="unknown"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
}
|
||||
|
||||
build() {
|
||||
export VERGEN_GIT_COMMIT_DATE="$(date -d @"$SOURCE_DATE_EPOCH" '+%Y-%m-%d')"
|
||||
export VERGEN_GIT_SHA="unknown"
|
||||
|
||||
just build-release --frozen
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user