initial import
This commit is contained in:
23
libvterm/PKGBUILD
Normal file
23
libvterm/PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libvterm
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://github.com/neovim/libvterm'
|
||||
license=('Expat')
|
||||
depends=('glibc')
|
||||
source=("https://deb.debian.org/debian/pool/main/libv/libvterm/libvterm_${pkgver}.orig.tar.gz")
|
||||
sha512sums=('90b5d47417e3f469df5c6574a27d12bd6bd1571d17cab7c4ac0ee61b1dbcb6361987f6fdfd11e314ea32f8958ec165c319a34d0f77288947c7cbc11de697d524')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make PREFIX=/usr DESTDIR="${pkgdir}" install
|
||||
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user