kiss-nihal

personal KISS Linux package repo
git clone git://git.nihaljere.xyz/kiss-nihal
Log | Files | Refs | Submodules

commit 66ebab34b32761416556864ff75fe49aaa805ac7
parent eb52a8302ce7bfc4d6eaeedf0c4d0859fd75f80f
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue,  5 Jan 2021 21:48:44 -0600

doxygen: for alsa docs

Diffstat:
Adoxygen/build | 10++++++++++
Adoxygen/checksums | 1+
Adoxygen/sources | 1+
Adoxygen/version | 1+
4 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/doxygen/build b/doxygen/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +mkdir build + +cmake -B build \ +-DCMAKE_INSTALL_PREFIX="$1/usr" \ +-DFLAG=1 + +cmake --build build +cmake --install build diff --git a/doxygen/checksums b/doxygen/checksums @@ -0,0 +1 @@ +e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec diff --git a/doxygen/sources b/doxygen/sources @@ -0,0 +1 @@ +http://doxygen.nl/files/doxygen-1.8.20.src.tar.gz diff --git a/doxygen/version b/doxygen/version @@ -0,0 +1 @@ +1.8.20 1