[arch-commits] Commit in aml/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 15:51:46 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:51:45
  Author: felixonmars
Revision: 1142571

archrelease: copy trunk to community-staging-x86_64

Added:
  aml/repos/community-staging-x86_64/
  aml/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142567, aml/trunk/PKGBUILD)

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

Copied: aml/repos/community-staging-x86_64/PKGBUILD (from rev 1142567, aml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:51:45 UTC (rev 1142571)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=aml
+pkgver=0.2.1
+pkgrel=2
+pkgdesc='Another Main Loop'
+arch=(x86_64)
+url=https://github.com/any1/aml
+license=(custom:ISC)
+depends=(glibc)
+makedepends=(
+  git
+  meson
+  ninja
+)
+provides=(libaml.so)
+_tag=08b6b18d1935fcc2567368c16d8a31d1d2b17aa8
+source=(git+https://github.com/any1/aml.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd aml
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson aml build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 aml/COPYING -t "${pkgdir}"/usr/share/licenses/aml
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list