From d2148ea5cf4a27c65661d1cb980a7e729a8a657b Mon Sep 17 00:00:00 2001 From: William Roy Date: Thu, 6 Jun 2024 12:26:01 -0400 Subject: [PATCH] Initial commit --- .gitattributes | 19 +++++++++++++++++++ .gitignore | 5 +++++ README.md | 21 +++++++++++++++++++++ repositories.manifest | 11 +++++++++++ 4 files changed, 56 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md create mode 100644 repositories.manifest diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1631641 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# This is a good default: files that are auto-detected by git to be text are +# converted to the platform-native line ending (LF on Unix, CRLF on Windows) +# in the working tree and to LF in the repository. +# +* text=auto + +# Use `eol=crlf` for files that should have the CRLF line ending both in the +# working tree (even on Unix) and in the repository. +# +#*.bat text eol=crlf + +# Use `eol=lf` for files that should have the LF line ending both in the +# working tree (even on Windows) and in the repository. +# +#*.sh text eol=lf + +# Use `binary` to make sure certain files are never auto-detected as text. +# +#*.png binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd04439 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.bdep/ + +# Local default options files. +# +.build2/local/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee4edad --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# libadwaita - + +This is a `build2` package repository for [`libadwaita`](https://), +a . + +This file contains setup instructions and other details that are more +appropriate for development rather than consumption. If you want to use +`libadwaita` in your `build2`-based project, then instead see the accompanying +[`PACKAGE-README.md`](/PACKAGE-README.md) file. + +The development setup for `libadwaita` uses the standard `bdep`-based workflow. +For example: + +``` +git clone .../libadwaita.git +cd libadwaita + +bdep init -C @gcc cc config.cxx=g++ +bdep update +bdep test +``` diff --git a/repositories.manifest b/repositories.manifest new file mode 100644 index 0000000..e43e3f4 --- /dev/null +++ b/repositories.manifest @@ -0,0 +1,11 @@ +: 1 +summary: libadwaita project repository + +#: +#role: prerequisite +#location: https://pkg.cppget.org/1/stable +#trust: ... + +#: +#role: prerequisite +#location: https://git.build2.org/hello/libhello.git