[arch-commits] Commit in radare2-cutter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Aug 8 22:41:14 UTC 2018
Date: Wednesday, August 8, 2018 @ 22:41:13
Author: anthraxx
Revision: 370457
archrelease: copy trunk to community-x86_64
Added:
radare2-cutter/repos/community-x86_64/PKGBUILD
(from rev 370456, radare2-cutter/trunk/PKGBUILD)
Deleted:
radare2-cutter/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-08 22:41:07 UTC (rev 370456)
+++ PKGBUILD 2018-08-08 22:41:13 UTC (rev 370457)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=radare2-cutter
-_gitcommit=806bd6346fe7b9381d3b4b757f935b3810a927db
-pkgver=1.6
-pkgrel=2
-pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
-url='https://github.com/radareorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-pkgver() {
- cd ${pkgname}
- # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with '.'
- git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
- cd ${pkgname}
- install -d build
-}
-
-build() {
- cd ${pkgname}/build
- qmake ../src/Cutter.pro
- make
-}
-
-package() {
- cd ${pkgname}
- install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
- install -Dm 644 src/Cutter.desktop -t "${pkgdir}/usr/share/applications"
- install -Dm 644 src/img/cutter.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
- install -d "${pkgdir}/usr/share/doc/${pkgname}"
- cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: radare2-cutter/repos/community-x86_64/PKGBUILD (from rev 370456, radare2-cutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-08 22:41:13 UTC (rev 370457)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=806bd6346fe7b9381d3b4b757f935b3810a927db
+pkgver=1.6
+pkgrel=3
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd ${pkgname}
+ # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with '.'
+ git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+ cd ${pkgname}
+ install -d build
+}
+
+build() {
+ cd ${pkgname}/build
+ qmake ../src/Cutter.pro
+ make
+}
+
+package() {
+ cd ${pkgname}
+ install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+ install -Dm 644 src/Cutter.desktop -t "${pkgdir}/usr/share/applications"
+ install -Dm 644 src/img/cutter.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list