[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Tue Mar 1 12:04:46 UTC 2022
Date: Tuesday, March 1, 2022 @ 12:04:46
Author: artafinde
Revision: 1139020
archrelease: copy trunk to community-x86_64
Added:
solidity/repos/community-x86_64/PKGBUILD
(from rev 1139019, solidity/trunk/PKGBUILD)
Deleted:
solidity/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-01 12:04:42 UTC (rev 1139019)
+++ PKGBUILD 2022-03-01 12:04:46 UTC (rev 1139020)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.8.12
-_commit=f00d7308415b5f1e66b7dca11ef0edb395c09ad4
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
-sha512sums=('SKIP')
-
-prepare() {
- cd ${pkgname}
-
- commithash=$(git rev-parse --short=8 HEAD)
- echo -n ${commithash} > commit_hash.txt
- echo -n > prerelease.txt
-}
-
-build() {
- cd ${pkgname}
-
- mkdir build
- cd build
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DTESTS=OFF \
- ..
- make
-}
-
-package() {
- cd ${pkgname}/build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1139019, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-01 12:04:46 UTC (rev 1139020)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.8.12
+_commit=f00d7308415b5f1e66b7dca11ef0edb395c09ad4
+pkgrel=2
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
+sha512sums=('SKIP')
+
+prepare() {
+ cd ${pkgname}
+
+ commithash=$(git rev-parse --short=8 HEAD)
+ echo -n ${commithash} > commit_hash.txt
+ echo -n > prerelease.txt
+}
+
+build() {
+ cd ${pkgname}
+
+ mkdir build
+ cd build
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DTESTS=OFF \
+ ..
+ make
+}
+
+package() {
+ cd ${pkgname}/build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list