commit 9d5557f677ee07558ec6698bce66ab412ae7fd20 parent db54e1a6f7c367cf4a5f365285f03cc073488158 Author: aabacchus <ben@bvnf.space> Date: Thu, 6 May 2021 00:47:50 +0100 colorpicker: new package at git Diffstat:
A | colorpicker/build | | | 4 | ++++ |
A | colorpicker/depends | | | 1 | + |
A | colorpicker/sources | | | 1 | + |
A | colorpicker/version | | | 1 | + |
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/colorpicker/build b/colorpicker/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install diff --git a/colorpicker/depends b/colorpicker/depends @@ -0,0 +1 @@ +libX11 diff --git a/colorpicker/sources b/colorpicker/sources @@ -0,0 +1 @@ +git+https://github.com/ym1234/colorpicker diff --git a/colorpicker/version b/colorpicker/version @@ -0,0 +1 @@ +git 1