aports/testing/edam/APKBUILD
Celeste 3c6780ca12 testing/edam: new aport
https://github.com/phonologus/edam
UTF-8/Unicode-aware line editor based on 'sam -d'
2025-01-07 15:25:43 +00:00

26 lines
695 B
Text

# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=edam
pkgver=1.0.2
pkgrel=0
pkgdesc="UTF-8/Unicode-aware line editor based on 'sam -d'"
url="https://github.com/phonologus/edam"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
source="https://github.com/phonologus/edam/archive/v$pkgver/edam-$pkgver.tar.gz"
options="!check" # no tests
build() {
make
}
package() {
make INSTALLD="$pkgdir"/usr install
install -Dvm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="
9fc5fbe0c4190509e3a22c18c14f49129bad6073847950dbdc915c17ebd0fefd18f1f12c9496f141a8420e1d3e35f42d86995e77f2f798441ab020bca46d501a edam-1.0.2.tar.gz
"