commit 61c2c7061681e1c23ee51ceedfbbf1be5a54926e parent e231210d1a5663fc6d38941ad746cf3d2c3fc9bf Author: Cem Keylan <cem@ckyln.com> Date: Tue, 1 Sep 2020 16:51:21 +0300 pamixer: add new package at git Diffstat:
A | personal/pamixer/build | | | 4 | ++++ |
A | personal/pamixer/checksums | | | 0 | |
A | personal/pamixer/depends | | | 2 | ++ |
A | personal/pamixer/sources | | | 1 | + |
A | personal/pamixer/version | | | 1 | + |
5 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/personal/pamixer/build b/personal/pamixer/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +install -Dm755 pamixer "$1/usr/bin/pamixer" diff --git a/personal/pamixer/checksums b/personal/pamixer/checksums diff --git a/personal/pamixer/depends b/personal/pamixer/depends @@ -0,0 +1,2 @@ +boost +pulseaudio diff --git a/personal/pamixer/sources b/personal/pamixer/sources @@ -0,0 +1 @@ +git+https://github.com/cdemoulins/pamixer diff --git a/personal/pamixer/version b/personal/pamixer/version @@ -0,0 +1 @@ +git 1