19 lines
500 B
Bash
19 lines
500 B
Bash
# Template file for 'skim'
|
|
pkgname=skim
|
|
version=0.5.5
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Fuzzy Finder in rust"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/lotabout/skim"
|
|
distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
|
|
checksum=418c59d832ffb943e6f27015b35deb1314fe0c4c8c9d1108c3aded97744e290d
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl) broken="MAP_32BIT; not found in libc" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|