alacritty: don't ignore Cargo.lock on install
This commit is contained in:
parent
46bdf1db61
commit
69955177a1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="freetype-devel fontconfig-devel libxcb-devel"
|
makedepends="freetype-devel fontconfig-devel libxcb-devel"
|
||||||
|
@ -15,7 +15,7 @@ distfiles="https://github.com/jwilm/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=cbc0da74f313a806efed02fa863eece4b422c52e24832b553cd8592832c591e3
|
checksum=cbc0da74f313a806efed02fa863eece4b422c52e24832b553cd8592832c591e3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr"
|
cargo install --path ${pkgname} --target ${RUST_TARGET} --root="${DESTDIR}/usr" --locked
|
||||||
rm "${DESTDIR}"/usr/.crates.toml
|
rm "${DESTDIR}"/usr/.crates.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue