[arch-commits] Commit in tllist/repos (community-x86_64 community-x86_64/PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Jan 29 13:58:18 UTC 2022
Date: Saturday, January 29, 2022 @ 13:58:18
Author: alerque
Revision: 1119827
archrelease: copy trunk to community-x86_64
Added:
tllist/repos/community-x86_64/
tllist/repos/community-x86_64/PKGBUILD
(from rev 1119826, tllist/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: tllist/repos/community-x86_64/PKGBUILD (from rev 1119826, tllist/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2022-01-29 13:58:18 UTC (rev 1119827)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+# Contributor: lmartinez [aur]
+
+pkgname=tllist
+pkgver=1.0.5
+pkgrel=3
+pkgdesc='A typed linked list C header file only library'
+arch=(x86_64)
+url=https://codeberg.org/dnkl/tllist
+license=(MIT)
+makedepends=(meson)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd')
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" "$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list