serenity/Ports/kakoune/package.sh

14 lines
337 B
Bash
Raw Normal View History

2022-09-10 16:17:36 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port='kakoune'
version='e605ad8582d8e015806ed9b4d7aba8ca1ea13d57'
2023-07-10 11:10:29 +00:00
files=(
"https://github.com/mawww/kakoune/archive/${version}.tar.gz#420823df611202f3c18a004def032cc9cec46c63b7754249aae2d8c1e72fb1b2"
2023-07-10 11:10:29 +00:00
)
depends=(
'bash'
'sed'
)
2022-09-10 16:17:36 +00:00
makeopts+=(
"LDFLAGS=-L${DESTDIR}/usr/local/lib"
)