[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Feb 10 00:05:06 UTC 2021
Date: Wednesday, February 10, 2021 @ 00:05:05
Author: anthraxx
Revision: 852044
archrelease: copy trunk to community-x86_64
Added:
owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 852042, owl-lisp/trunk/PKGBUILD)
Deleted:
owl-lisp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-10 00:05:04 UTC (rev 852043)
+++ PKGBUILD 2021-02-10 00:05:05 UTC (rev 852044)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=owl-lisp
-pkgver=0.1.23
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://gitlab.com/owl-lisp/owl.git'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('2db71a8f654960e6af055ca20ef8ec71d607bd6b677b04b4ca8632681165894b')
-b2sums=('31dcc981471365a0957ccdf36a96a1f59647686964ee8d46ebe33a66d8db9ad1d3554b77d12796f11874e01f6e4f59e90f63458ed3ebdca9f99c0f5efeda3b7e')
-
-prepare() {
- cd owl-v${pkgver}
-
- # support distro CFLAGS and CPPFLAGS
- sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
- -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
-
- # make build reproducible, we compress ourselves
- sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
-
- # fix missing Makefile entry
- sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
-
- # remove failing tests (can't run inside makepkg)
- rm tests/getpid.sh
-}
-
-build() {
- cd owl-v${pkgver}
- make owl documentation
-}
-
-check() {
- cd owl-v${pkgver}
- make -j1 test fasltest
-}
-
-package() {
- cd owl-v${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 doc/manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 852042, owl-lisp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-10 00:05:05 UTC (rev 852044)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=owl-lisp
+pkgver=0.2
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('9fed7b4907883910f5a7b8d713e1e7334b20d432c5d52611b34e23b19b7edfb1')
+b2sums=('054a06d33554cc31f5e1c756bf3ff5ea4fb5cec220048fb939aa9dcd19c586cef54ae8ddc80e1ee8befedfa2e42fc1bf9ea4bcfe37e6743154ff678346444e87')
+
+prepare() {
+ cd owl-v${pkgver}
+
+ # support distro CFLAGS and CPPFLAGS
+ sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+ -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
+ # make build reproducible, we compress ourselves
+ sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+ # fix missing Makefile entry
+ sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+
+ # remove failing tests (can't run inside makepkg)
+ rm tests/getpid.sh
+}
+
+build() {
+ cd owl-v${pkgver}
+ make owl documentation
+}
+
+check() {
+ cd owl-v${pkgver}
+ make -j1 test fasltest
+}
+
+package() {
+ cd owl-v${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 doc/manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list