core(pkg): remove the aur package

It has a separate repo
This commit is contained in:
Anas Elgarhy 2023-11-20 00:52:26 +02:00
parent 7ddb9c82bf
commit c09bde1f8d
6 changed files with 0 additions and 107 deletions

View File

@ -1,22 +0,0 @@
pkgbase = archy-dwm-git
pkgdesc = A dynamic window manager for X with some patches applied
pkgver = 1.0.0.r1.gfeb819c
pkgrel = 1
url = https://github.com/archy-linux/archy-dwm
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = make
depends = libx11
depends = libxinerama
depends = libxft
depends = freetype2
depends = archy-slstatus-git
depends = archy-dmenu-git
provides = archy-dwm
conflicts = archy-dwm
source = archy-dwm::git+https://github.com/archy-linux/archy-dwm.git
sha256sums = SKIP
pkgname = archy-dwm-git

View File

@ -1,41 +0,0 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=archy-dwm-git
_pkgname=archy-dwm
pkgver=1.0.0.r1.gfeb819c
pkgrel=1
pkgdesc="A dynamic window manager for X with some patches applied"
url="https://github.com/archy-linux/$_pkgname"
arch=('i686' 'x86_64')
license=('MIT')
options=()
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus-git' 'archy-dmenu-git')
makedepends=('git' 'make')
install=
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
sha256sums=('SKIP')
pkgver(){
cd $_pkgname || exit 1
git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
}
prepare() {
cd $_pkgname || exit 1
make archy-dwm.desktop
}
build() {
cd $_pkgname || exit 1
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
package() {
cd $_pkgname || exit 1
# shellcheck disable=SC2154
make PREFIX=/usr DESTDIR="$pkgdir" install
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -m644 -D README.md "$pkgdir/usr/share/doc/$pkgname/README"
install -m644 -D build/archy-dwm.desktop "$pkgdir/usr/share/xsessions/archy-dwm.desktop"
}

@ -1 +0,0 @@
Subproject commit 4ee54178fef085aad3256c22c060cac3cf4a05f9

View File

@ -1,18 +0,0 @@
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

@ -1,24 +0,0 @@
# 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/$pkgname"
arch=('i686' 'x86_64')
license=('MIT')
options=()
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'archy-slstatus' 'archy-dmenu')
install=
provides=("$pkgname")
conflicts=("$pkgname")
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 +0,0 @@
Subproject commit 92c2edf888b0974cee206d2a657781384112bce0