[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Jun 6 18:10:47 UTC 2018
Date: Wednesday, June 6, 2018 @ 18:10:47
Author: anthraxx
Revision: 341545
archrelease: copy trunk to community-x86_64
Added:
owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 341544, owl-lisp/trunk/PKGBUILD)
Deleted:
owl-lisp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-06 18:10:39 UTC (rev 341544)
+++ PKGBUILD 2018-06-06 18:10:47 UTC (rev 341545)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=owl-lisp
-pkgver=0.1.15
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
-sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
- install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 341544, owl-lisp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-06 18:10:47 UTC (rev 341545)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=owl-lisp
+pkgver=0.1.16
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://github.com/aoh/owl-lisp'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
+sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
+sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
+
+prepare() {
+ cd owl-${pkgver}
+ sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
+build() {
+ cd owl-${pkgver}
+ make
+}
+
+package() {
+ cd owl-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+ install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list