Date: Thursday, April 6, 2023 @ 03:24:29
Author: blakkheim
Revision: 1438224
archrelease: copy trunk to community-x86_64
Added:
mg/repos/community-x86_64/PKGBUILD
(from rev 1438223, mg/trunk/PKGBUILD)
Deleted:
mg/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-06 03:24:09 UTC (rev 1438223)
+++ PKGBUILD 2023-04-06 03:24:29 UTC (rev 1438224)
@@ -1,29 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Hannes Rist <[email protected]>
-
-pkgname=mg
-pkgver=20221112
-pkgrel=1
-pkgdesc="Micro GNU/emacs"
-arch=('x86_64')
-url="https://github.com/hboetes/mg"
-depends=('ncurses' 'libbsd')
-license=('custom')
-#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz")
-source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz")
-sha256sums=('eeb4181fdb6f2bd3f9b5a3c8ccc5b71fbcf9c7f4a805a2f1858334359d44b545')
-
-build() {
- cd mg-$pkgver
- make prefix=/usr mandir=/usr/share/man
-}
-
-package() {
- cd mg-$pkgver
-
- make install INSTALL=install prefix=/usr mandir=/usr/share/man
DESTDIR="$pkgdir" BINDIR=/usr/bin
-
- install -Dm644 README -t "$pkgdir/usr/share/licenses/$pkgname"
- install -Dm644 tutorial -t "$pkgdir/usr/share/doc/$pkgname"
-}
Copied: mg/repos/community-x86_64/PKGBUILD (from rev 1438223, mg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-06 03:24:29 UTC (rev 1438224)
@@ -0,0 +1,30 @@
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Hannes Rist <[email protected]>
+
+pkgname=mg
+pkgver=20230406
+pkgrel=1
+pkgdesc="Micro GNU/emacs"
+arch=('x86_64')
+url="https://github.com/hboetes/mg"
+depends=('ncurses' 'libbsd')
+license=('custom')
+#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz")
+source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz")
+sha256sums=('fa5d39658a689929a931105297a67ef55c7fbec250c77f09c9d464aca9539e96')
+
+build() {
+ cd mg-$pkgver
+ make prefix=/usr mandir=/usr/share/man
+}
+
+package() {
+ cd mg-$pkgver
+
+ make install INSTALL=install prefix=/usr mandir=/usr/share/man
DESTDIR="$pkgdir" BINDIR=/usr/bin
+
+ install -Dm644 README -t "$pkgdir/usr/share/licenses/$pkgname"
+ install -Dm644 tutorial -t "$pkgdir/usr/share/doc/$pkgname"
+}