Date: Thursday, April 6, 2023 @ 17:13:32
  Author: felixonmars
Revision: 1439943

archrelease: copy trunk to community-staging-any

Added:
  doge/repos/community-staging-any/
  doge/repos/community-staging-any/PKGBUILD
    (from rev 1439942, doge/trunk/PKGBUILD)

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

Copied: doge/repos/community-staging-any/PKGBUILD (from rev 1439942, 
doge/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-06 17:13:32 UTC (rev 1439943)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: kreed <[email protected]>
+
+pkgname=doge
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="doge meme motd script"
+url="https://github.com/thiderman/doge";
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Olivia5k/doge/archive/refs/tags/3.6.0.tar.gz";)
+sha256sums=('58f1587cc9af5b17b43d06d2a34a5ff00f4f0c95959b509fb111d1945a436a43')
+
+package() {
+  cd doge-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to