A driver manager for Arch Linux.
Note: This project is not meant to track any specific database or configuration except for the application packaging files (
PKGBUILD
, build scripts), icons, and launch scripts. Use the aldm-db project for specific database or configuration.
To download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.
git clone https://github.com/shivanandvp/aldm.git
OR
git clone [email protected]:shivanandvp/aldm.git
Change to the project directory (cd aldm
) and run any of the below scripts:
-
sh packaging/setup.sh <MODE>
: Builds and installs a package -
sh packaging/build-package.sh <MODE>
: Just builds a package without installing it locally -
sh packaging/install-package.sh <MODE>
: Just installs a package locally, except if no built package is detected, a package is built. -
where
<MODE>
can be one of the belowlocal
: Selects aldm-local from the local project that you have cloned already.git
: Selects aldm-git from the latest git commit.stable
: Selects aldm from the git tag corresponding to thepkgver
specified in the PKGBUILD. Ifpkgver=0.0.1
, then the git tagv0.0.1
is used for packaging.
Note: Any additional parameters passed to the above scripts are automatically sent to
makepkg
orpacman
(whichever is applicable).
To download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.
git clone https://github.com/shivanandvp/aldm.git
OR
git clone [email protected]:shivanandvp/aldm.git
Change to the project directory (cd aldm
) and run any of the below scripts:
-
sh packaging/setup.sh <MODE>
: Builds and installs a package -
sh packaging/build-package.sh <MODE>
: Just builds a package without installing it locally -
sh packaging/install-package.sh <MODE>
: Just installs a package locally, except if no built package is detected, a package is built. -
where
<MODE>
can be one of the belowlocal
: Selects aldm-local from the local project that you have cloned already.git
: Selects aldm-git from the latest git commit.stable
: Selects aldm from the git tag corresponding to thepkgver
specified in the PKGBUILD. Ifpkgver=0.0.1
, then the git tagv0.0.1
is used for packaging.
Note: Any additional parameters passed to the above scripts are automatically sent to
makepkg
orpacman
(whichever is applicable).