summaryrefslogtreecommitdiff
path: root/opt/fzy/MAKEPKG
blob: f778d5af3e7cd0175a0928eac52d15ea398a94f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/mkpkg
# description: A fast, simple fuzzy text selector
# url:         https://github.com/jhawthorn/fzy

name=fzy
version=1.1
release=1
source=(https://github.com/jhawthorn/fzy/archive/refs/tags/v$version.tar.gz)

sha256sums=(
    "93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e"
)

build() {
	cd $name-$version

	make PREFIX=/usr
	make PREFIX=/usr DESTDIR=$PKG install
}

signify() {
    untrusted comment: public key
    RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}

# vim: filetype=sh