mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Comment out the check function and checkdepends as they reportedly prevent
building Signed-off-by: Страхиња Радић <contact@strahinja.org>
This commit is contained in:
parent
f5577f2ff1
commit
3e008fc133
2 changed files with 10 additions and 12 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,12 +1,10 @@
|
|||
pkgbase = sled
|
||||
pkgdesc = Simple text editor
|
||||
pkgver = 0.12.5
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://strahinja.srht.site/sled
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
checkdepends = perl
|
||||
checkdepends = expect
|
||||
source = sled-0.12.5.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v0.12.5.tar.gz
|
||||
md5sums = bc71a6663167ddd41d4afabdc255e689
|
||||
|
||||
|
|
|
|||
18
PKGBUILD
18
PKGBUILD
|
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Strahinya Radich <contact@strahinja.org>
|
||||
pkgname=sled
|
||||
pkgver=0.12.5
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Simple text editor"
|
||||
arch=('x86_64')
|
||||
url="https://strahinja.srht.site/sled"
|
||||
license=('GPL3')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/sled/archive/v$pkgver.tar.gz")
|
||||
md5sums=('bc71a6663167ddd41d4afabdc255e689')
|
||||
checkdepends=(
|
||||
'perl'
|
||||
'expect'
|
||||
)
|
||||
#checkdepends=(
|
||||
# 'perl'
|
||||
# 'expect'
|
||||
#)
|
||||
|
||||
build() {
|
||||
# Might need to add --nocheck to makepkg on systems using pacman only
|
||||
|
|
@ -29,10 +29,10 @@ build() {
|
|||
FALLBACKVER=$pkgver-$pkgrel PREFIX="$pkgdir/usr" make -e all
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname-v$pkgrel
|
||||
make test
|
||||
}
|
||||
#check() {
|
||||
# cd $pkgname-v$pkgrel
|
||||
# make test
|
||||
#}
|
||||
|
||||
package() {
|
||||
#local redo=$(command -v redo || echo ./do)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue