[deploy] Add the aur submodule
This commit is contained in:
parent
453b07f4d6
commit
feb819c903
4 changed files with 44 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
18
archpackage/archy-dwm/.SRCINFO
Normal file
18
archpackage/archy-dwm/.SRCINFO
Normal 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
|
22
archpackage/archy-dwm/PKGBUILD
Normal file
22
archpackage/archy-dwm/PKGBUILD
Normal 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"
|
||||
}
|
1
archpackage/archy-dwm/archy-dwm-aur
Submodule
1
archpackage/archy-dwm/archy-dwm-aur
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b183219a02c5483bceefa03c3d8681eb848fc90c
|
Loading…
Reference in a new issue