From 64113b71fb7da6edccb544e1ef066a791f09f8b7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 15 Oct 2019 15:13:26 +0300 Subject: [PATCH] sowm: new package at 0.1 --- xorg/sowm/build | 4 ++++ xorg/sowm/checksums | 1 + xorg/sowm/depends | 1 + xorg/sowm/sources | 1 + xorg/sowm/version | 1 + 5 files changed, 8 insertions(+) create mode 100755 xorg/sowm/build create mode 100644 xorg/sowm/checksums create mode 100644 xorg/sowm/depends create mode 100644 xorg/sowm/sources create mode 100644 xorg/sowm/version diff --git a/xorg/sowm/build b/xorg/sowm/build new file mode 100755 index 00000000..7de21eed --- /dev/null +++ b/xorg/sowm/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install diff --git a/xorg/sowm/checksums b/xorg/sowm/checksums new file mode 100644 index 00000000..0bea350f --- /dev/null +++ b/xorg/sowm/checksums @@ -0,0 +1 @@ +7d1e9f5a130bf21fd4cca859ac4b327f53f0dc3aaa6159d1fab3a7d2fec8e1f0 0.1.tar.gz diff --git a/xorg/sowm/depends b/xorg/sowm/depends new file mode 100644 index 00000000..1903bba6 --- /dev/null +++ b/xorg/sowm/depends @@ -0,0 +1 @@ +libX11 diff --git a/xorg/sowm/sources b/xorg/sowm/sources new file mode 100644 index 00000000..e7523d0f --- /dev/null +++ b/xorg/sowm/sources @@ -0,0 +1 @@ +https://github.com/dylanaraps/sowm/archive/0.1.tar.gz diff --git a/xorg/sowm/version b/xorg/sowm/version new file mode 100644 index 00000000..084a74c2 --- /dev/null +++ b/xorg/sowm/version @@ -0,0 +1 @@ +0.1 1