[arch-commits] Commit in shards/repos/community-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Jun 11 20:29:20 UTC 2018
Date: Monday, June 11, 2018 @ 20:29:19
Author: anatolik
Revision: 342391
archrelease: copy trunk to community-x86_64
Added:
shards/repos/community-x86_64/PKGBUILD
(from rev 342390, shards/trunk/PKGBUILD)
Deleted:
shards/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-11 20:28:49 UTC (rev 342390)
+++ PKGBUILD 2018-06-11 20:29:19 UTC (rev 342391)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(x86_64)
-url='https://github.com/crystal-lang/shards'
-license=(Apache)
-depends=(libyaml git pcre libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('97a3681e74d2fdcba0575f6906f4ba0aefc709a2eb672c7289c63176ff4f3be2')
-
-build() {
- cd shards-$pkgver
- crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
- cd shards-$pkgver
- ./bin/shards install
- # currently tests fail because they try to write to read-only directory
- #make test
-}
-
-package() {
- cd shards-$pkgver
-
- install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: shards/repos/community-x86_64/PKGBUILD (from rev 342390, shards/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-11 20:29:19 UTC (rev 342391)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git pcre libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('7758bf3bf49cbb221456fc8a0fc1f78e4c9ef5e8b226615b03569b7e684f660b')
+
+build() {
+ cd shards-$pkgver
+ crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+ cd shards-$pkgver
+ ./bin/shards install
+ # currently tests fail because they try to write to read-only directory
+ #make test
+}
+
+package() {
+ cd shards-$pkgver
+
+ install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list