mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 12:54:32 +02:00
24 lines
840 B
Text
24 lines
840 B
Text
# Contributor: NerdNextDoor <47074-AFellowSpeedrunner@users.gitlab.alpinelinux.org>
|
|
# Maintainer: NerdNextDoor <47074-AFellowSpeedrunner@users.gitlab.alpinelinux.org>
|
|
pkgname=bim
|
|
pkgver=3.1.0
|
|
pkgrel=0
|
|
pkgdesc="Extensible, lightweight terminal text editor with syntax highlighting and plugin support."
|
|
url="https://github.com/klange/bim"
|
|
arch="all"
|
|
license="ISC"
|
|
source="bim-$pkgver.tar.gz::https://github.com/klange/bim/archive/refs/tags/v$pkgver.tar.gz"
|
|
makedepends="kuroko-dev"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" prefix=/usr exec_prefix=/usr bindir=/usr/bin libdir=/usr/lib install
|
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
|
}
|
|
|
|
sha512sums="
|
|
0c830f142b0ea2cee531cac78048d2aa4c22b1556a7db0d0c7ce037f45d267dc0e3f3e37ce0260dc5494cd3b6bc564dd136a8301148602ae3ca23f81c4ea7e9b bim-3.1.0.tar.gz
|
|
"
|