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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jul 8 18:36:44 UTC 2019


    Date: Monday, July 8, 2019 @ 18:36:44
  Author: svenstaro
Revision: 487721

archrelease: copy trunk to community-x86_64

Added:
  mdp/repos/community-x86_64/
  mdp/repos/community-x86_64/PKGBUILD
    (from rev 487720, mdp/trunk/PKGBUILD)

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

Copied: mdp/repos/community-x86_64/PKGBUILD (from rev 487720, mdp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-07-08 18:36:44 UTC (rev 487721)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
+
+pkgname=mdp
+pkgver=1.0.15
+pkgrel=1
+pkgdesc="A command-line based markdown presentation tool"
+arch=('x86_64')
+url="https://github.com/visit1985/mdp"
+license=('GPL3')
+depends=('ncurses')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/visit1985/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('3edc8ea1551fdf290d6bba721105e2e2c23964070ac18c13b4b8d959cdf6116f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list