Compare commits

..

No commits in common. "1a72c923618244fc0cb7a1efd079bbf6ad3209aa" and "0aa23cae520579a4ad53730cc72fd5aef0c1b8f4" have entirely different histories.

5 changed files with 0 additions and 68 deletions

6
.gitmodules vendored
View file

@ -79,9 +79,6 @@
[submodule "cl-md5"]
path = cl-md5
url = ssh://aur@aur.archlinux.org/cl-md5.git
[submodule "cl-parse-js"]
path = cl-parse-js
url = ssh://aur@aur.archlinux.org/cl-parse-js.git
[submodule "cl-pythonic-string-reader"]
path = cl-pythonic-string-reader
url = ssh://aur@aur.archlinux.org/cl-pythonic-string-reader.git
@ -103,9 +100,6 @@
[submodule "cl-trivial-garbage"]
path = cl-trivial-garbage
url = ssh://aur@aur.archlinux.org/cl-trivial-garbage.git
[submodule "cl-unit-test"]
path = cl-unit-test
url = ssh://aur@aur.archlinux.org/cl-unit-test.git
[submodule "cloudflared"]
path = cloudflared
url = ssh://aur@aur.archlinux.org/cloudflared.git

View file

@ -1,53 +0,0 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=cl-fad
pkgver=0.7.6.r9.g3f4d32d
pkgrel=1
pkgdesc='A portable pathname library for Common Lisp'
arch=('any')
url='https://edicl.github.io/cl-fad/'
license=('BSD')
depends=('common-lisp' 'cl-asdf' 'cl-bordeaux-threads' 'cl-alexandria')
makedepends=('git')
checkdepends=('sbcl' 'cl-ppcre' 'cl-unit-test')
_commit='3f4d32d3aa1093966046d001411a852eb8f4b535'
source=(
"$pkgname::git+https://github.com/edicl/cl-fad#commit=$_commit"
'run-tests.lisp'
)
b2sums=('SKIP'
'fedbf7df168ff548936ed81a3fa229eeb9e21d6c6d510f0242a8e734006a04ddcfd88c290d77bde9c92c168fbbbc1757e96da524708091358460099accd9f5b2')
pkgver() {
cd "$pkgname"
git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
}
check() {
cd "$pkgname"
sbcl --script ../run-tests.lisp
}
package() {
cd "$pkgname"
# create directories
install -vd \
"$pkgdir/usr/share/common-lisp/source/$pkgname" \
"$pkgdir/usr/share/common-lisp/systems"
# library
install -vDm644 -t "$pkgdir/usr/share/common-lisp/source/$pkgname" ./*.{lisp,asd,system}
pushd "$pkgdir/usr/share/common-lisp/systems"
ln -s "../source/$pkgname/$pkgname.asd" .
popd
# documentation
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README CHANGELOG docs/index.html
# license
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}

View file

@ -1,7 +0,0 @@
(require "asdf")
(push (uiop/os:getcwd) asdf:*central-registry*)
(asdf:load-system "cl-fad/test")
(uiop:quit (if (asdf:test-system "cl-fad") 0 1))

@ -1 +0,0 @@
Subproject commit 987abb9bf5f88ed5c6fa338cdf2c75f189473234

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