Skip to content
Snippets Groups Projects
Commit cb97dab1 authored by Celeste's avatar Celeste
Browse files

community/libtermkey: take over maintainership

parent 1019e689
No related branches found
No related tags found
No related merge requests found
# Contributor: Marvin Preuss <marvin@xsteadfastx.org>
# Maintainer: Marvin Preuss <marvin@xsteadfastx.org>
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=libtermkey
pkgver=0.22
pkgrel=1
pkgrel=2
pkgdesc="Library for easy processing of keyboard entry from terminal-based programs"
url="http://www.leonerd.org.uk/code/libtermkey"
url="https://www.leonerd.org.uk/code/libtermkey"
arch="all"
license="MIT"
depends_dev="unibilium-dev"
makedepends="$depends_dev libtool perl perl-utils"
subpackages="$pkgname-doc $pkgname-dev"
source="http://www.leonerd.org.uk/code/libtermkey/$pkgname-$pkgver.tar.gz
build-static-lib.patch"
source="https://www.leonerd.org.uk/code/libtermkey/libtermkey-$pkgver.tar.gz
build-static-lib.patch
"
build() {
make PREFIX=/usr
......@@ -23,7 +25,11 @@ check() {
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dvm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219 libtermkey-0.22.tar.gz
c62d691e5ba451fd2256c9f0baed1f87531c3faac946ad5ce3337f422049c2ca0af84ae302618458856e133177c0dfc4101b3c904a472a886196833aded5064c build-static-lib.patch"
sha512sums="
2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219 libtermkey-0.22.tar.gz
c62d691e5ba451fd2256c9f0baed1f87531c3faac946ad5ce3337f422049c2ca0af84ae302618458856e133177c0dfc4101b3c904a472a886196833aded5064c build-static-lib.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment