[arch-commits] Commit in aml (3 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Apr 10 07:29:37 UTC 2021
Date: Saturday, April 10, 2021 @ 07:29:37
Author: alucryd
Revision: 915411
archrelease: copy trunk to community-x86_64
Added:
aml/repos/
aml/repos/community-x86_64/
aml/repos/community-x86_64/PKGBUILD
(from rev 915410, aml/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: aml/repos/community-x86_64/PKGBUILD (from rev 915410, aml/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-04-10 07:29:37 UTC (rev 915411)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andri Yngvason <andri at yngvason.is>
+
+pkgname=aml
+pkgver=0.2.0
+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=1d8185ec15c68074cec1fd252c01c5ecad877b73
+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