[arch-commits] Commit in mypaint-brushes/repos (extra-any extra-any/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 9 20:44:01 UTC 2018


    Date: Wednesday, May 9, 2018 @ 20:44:00
  Author: anthraxx
Revision: 323650

archrelease: copy trunk to extra-any

Added:
  mypaint-brushes/repos/extra-any/
  mypaint-brushes/repos/extra-any/PKGBUILD
    (from rev 323649, mypaint-brushes/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: mypaint-brushes/repos/extra-any/PKGBUILD (from rev 323649, mypaint-brushes/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2018-05-09 20:44:00 UTC (rev 323650)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: vimacs <https://vimacs.lcpu.club>
+
+pkgname=mypaint-brushes
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Brushes used by MyPaint and other software using libmypaint.'
+url='https://github.com/Jehan/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz)
+sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
+sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list