initial import
This commit is contained in:
23
libyaml/PKGBUILD
Normal file
23
libyaml/PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libyaml
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="YAML 1.1 library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://pyyaml.org/wiki/LibYAML"
|
||||
license=('Expat')
|
||||
source=("https://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz")
|
||||
sha512sums=('13d2197135946204323dbfccafa0ac7b3d05437e920545a56f46811fd7319c01419a58083090ce85fccd4d6901a620ceb9f1190078cc0830bc0ce769bb024f51')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/yaml-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/yaml-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
Reference in New Issue
Block a user