forked from ports/contrib
alacritty: fixed and oversight
This commit is contained in:
parent
77d1700473
commit
8e2ed73443
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF303SY0yycbk2WMtpf91OVW3sfM+8Mh7WCdVBPhas0f9Zrl19v1Y8GztC9jyjrSZoiN6iguUTgF384JoJZANBUww=
|
||||
SHA256 (Pkgfile) = ad74aba8860e97020c483a247cffa750ac2ccfaebac16bf4e4cf8aa5d2e5ff8e
|
||||
RWSagIOpLGJF319eFp/c5/hUubRlBOvkmfqCi5tkQG5zcSrSttUPVAuiCoBtbw23CnTHkW3y+rgSXk1sABZfJN0aolnCB8O1cwI=
|
||||
SHA256 (Pkgfile) = a5be98b47f22626d43b09fe3a4a4d7496374885e5cd3d4698ea87178ec2a3e74
|
||||
SHA256 (.footprint) = 2fabff3156bceeb2af3d151a8d16bec629f8f157908d079f2f880e616d42bf79
|
||||
SHA256 (alacritty-0.7.2.tar.gz) = 750c294d384d23f1dfc30e9105380e4194507b0828ac91d8ffd94c9bbc18d6c3
|
||||
|
@ -30,8 +30,8 @@ build() {
|
||||
$PKG/usr/share/pixmaps/Alacritty.svg
|
||||
|
||||
# install auto-completion files if the ports for it are installed
|
||||
prt-get isinst zsh && install -D -m644 extra/completions/_alacritty \
|
||||
prt-get isinst zsh && install -D -m644 $name-$version/extra/completions/_alacritty \
|
||||
$PKG/usr/share/zsh/site-functions/_alacritty || true
|
||||
prt-get isinst bash-completion && install -D -m644 extra/completions/alacritty.bash \
|
||||
prt-get isinst bash-completion && install -D -m644 $name-$version/extra/completions/alacritty.bash \
|
||||
$PKG/usr/share/bash-completion/completions/alacritty || true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user