From 91e2eaf87d10afbfcaeced4f125683f9bb6381df Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Tue, 7 Mar 2023 16:56:08 +0000 Subject: Initial commit --- .gitignore | 1 + obs.ipkg | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 obs.ipkg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ diff --git a/obs.ipkg b/obs.ipkg new file mode 100644 index 0000000..57d8f91 --- /dev/null +++ b/obs.ipkg @@ -0,0 +1,8 @@ +package obs +authors = "Greg Brown" +sourcedir = "src" + +depends = contrib + +options = "--total" + -- cgit v1.2.3