20 lines
500 B
Bash
20 lines
500 B
Bash
# Template file for 'skim'
|
|
pkgname=skim
|
|
version=0.6.2
|
|
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=91dc486fc06586d3177fdfce61464299d72701c699c62174078bf5eb54df5219
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl) broken="MAP_32BIT; not found in libc" ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|