[arch-commits] Commit in mimetic/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat May 9 10:43:00 UTC 2020


    Date: Saturday, May 9, 2020 @ 10:43:00
  Author: arojas
Revision: 625931

archrelease: copy trunk to community-x86_64

Added:
  mimetic/repos/community-x86_64/PKGBUILD
    (from rev 625930, mimetic/trunk/PKGBUILD)
Deleted:
  mimetic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 10:42:45 UTC (rev 625930)
+++ PKGBUILD	2020-05-09 10:43:00 UTC (rev 625931)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andreas Baumann <mail at andreasbaumann.cc>
-
-pkgname=mimetic
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="A free, MIT licensed, Email library (MIME) written in C++"
-url="http://www.codesink.org/mimetic_mime_library.html"
-arch=(i686 x86_64)
-license=(MIT)
-depends=(gcc-libs)
-source=(http://www.codesink.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mimetic/repos/community-x86_64/PKGBUILD (from rev 625930, mimetic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 10:43:00 UTC (rev 625931)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andreas Baumann <mail at andreasbaumann.cc>
+
+pkgname=mimetic
+pkgver=0.9.8
+pkgrel=2
+pkgdesc="A free, MIT licensed, Email library (MIME) written in C++"
+url="http://www.codesink.org/mimetic_mime_library.html"
+arch=(x86_64)
+license=(MIT)
+depends=(gcc-libs)
+source=(http://www.codesink.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list