[arch-commits] Commit in ctpl/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:11:06 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:11:05
Author: felixonmars
Revision: 658360
archrelease: copy trunk to community-staging-x86_64
Added:
ctpl/repos/community-staging-x86_64/
ctpl/repos/community-staging-x86_64/PKGBUILD
(from rev 658359, ctpl/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: ctpl/repos/community-staging-x86_64/PKGBUILD (from rev 658359, ctpl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:11:05 UTC (rev 658360)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=ctpl
+pkgver=0.3.4
+pkgrel=4
+pkgdesc='Template engine library written in C'
+arch=('x86_64')
+url='https://ctpl.tuxfamily.org/'
+license=('GPL')
+depends=('glib2')
+source=("https://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list