[deploy] Add the aur submodule

This commit is contained in:
Anas Elgarhy 2023-05-11 22:03:06 +03:00
parent 453b07f4d6
commit feb819c903
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
4 changed files with 44 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "archpackage/archy-dwm/archy-dwm-aur"]
path = archpackage/archy-dwm/archy-dwm-aur
url = ssh://aur@aur.archlinux.org/archy-dwm.git

View File

@ -0,0 +1,18 @@
pkgbase = archy-dwm
pkgdesc = A dynamic window manager for X with some patches applied
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/archy-linux/archy-dwm
arch = i686
arch = x86_64
license = MIT
depends = libx11
depends = libxinerama
depends = libxft
depends = freetype2
depends = archy-slstatus
depends = archy-dmenu
source = https://github.com/archy-linux/archy-dwm/archive/refs/tags/1.0.0.tar.gz
sha256sums = 4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add
pkgname = archy-dwm

View File

@ -0,0 +1,22 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=archy-dwm
pkgver=1.0.0
pkgrel=1
pkgdesc="A dynamic window manager for X with some patches applied"
url="https://github.com/archy-linux/archy-dwm"
arch=('i686' 'x86_64')
license=('MIT')
options=()
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus' 'archy-dmenu')
install=
source=("https://github.com/archy-linux/$pkgname/archive/refs/tags/$pkgname_$pkgver.tar.gz")
sha256sums=('4e56232bd78971e20a9e6fa7dda16f7047be086aa3a066f5c410c4e3ae5d7add')
package() {
cd "$pkgname_$pkgver" || exit 1
# shellcheck disable=SC2154
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/xsessions/$pkgname.desktop"
}

@ -0,0 +1 @@
Subproject commit b183219a02c5483bceefa03c3d8681eb848fc90c