[arch-commits] Commit in echat/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 22:20:03 UTC 2015
Date: Monday, September 7, 2015 @ 00:20:03
Author: foutrelis
Revision: 139408
Add package() function
Modified:
echat/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++++
1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-06 22:20:02 UTC (rev 139407)
+++ PKGBUILD 2015-09-06 22:20:03 UTC (rev 139408)
@@ -23,6 +23,10 @@
build() {
cd $srcdir/$pkgname-${pkgver}
make
+}
+
+package() {
+ cd $srcdir/$pkgname-${pkgver}
install -D -m 0755 echat $pkgdir/usr/bin/echat
install -D -m 0644 doc/echat.1 $pkgdir/usr/share/man/man1/echat.1
install -D -m 0644 doc/.echatrc.sample $pkgdir/usr/share/echat/dot.echatrc.sample
More information about the arch-commits
mailing list