[arch-commits] Commit in sx/repos (community-any community-any/PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed May 9 13:58:13 UTC 2018


    Date: Wednesday, May 9, 2018 @ 13:58:12
  Author: eschwartz
Revision: 319873

archrelease: copy trunk to community-any

Added:
  sx/repos/community-any/
  sx/repos/community-any/PKGBUILD
    (from rev 319872, sx/trunk/PKGBUILD)

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

Copied: sx/repos/community-any/PKGBUILD (from rev 319872, sx/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-05-09 13:58:12 UTC (rev 319873)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=sx
+pkgver=1.0
+pkgrel=1
+pkgdesc="Simple alternative to startx(1) for starting an Xorg server."
+arch=('any')
+url="https://github.com/Earnestly/sx"
+license=('MIT')
+depends=('xorg-server' 'xorg-xauth')
+source=("${url}/archive/${pkgver}.tar.gz")
+sha256sums=('60a5b3c16ff68a1f5275b596cfd3e48667e65c25af5ca4f3281b72a196cc2c78')
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make PREFIX=/usr DESTDIR="${pkgdir}" install
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list