Add clash

This commit is contained in:
2026-08-16 16:26:45 -07:00
parent 426a9f8905
commit 5e73dc5ebd
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
cl-xdg-trash/
+30
View File
@@ -0,0 +1,30 @@
# Maintainer: Alexander Rosenberg <zanderpkg at pm dot me>
_pkgname='clash'
pkgname=$_pkgname-git
pkgver=47
pkgrel=1
pkgdesc='Command-line tool for trashing and restoring files'
url='https://git.zander.im/Zander671/cl-xdg-trash'
arch=('any')
license=('GPL-3.0-or-later')
provides=('clash')
makedepends=('quicklisp' 'sbcl' 'libfixposix' 'go-md2man')
source=("git+${url}.git")
sha256sums=('SKIP')
options=(!strip)
pkgver(){
cd "cl-xdg-trash"
git rev-list --count HEAD
}
build() {
cd cl-xdg-trash/clash
make deploy-build
}
package() {
cd cl-xdg-trash/clash
make PREFIX="$pkgdir/usr" deploy-install
}