mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-kernsmooth: remove pkg
This commit is contained in:
parent
f1ae5ab58b
commit
dddeb4a90a
4 changed files with 0 additions and 64 deletions
|
@ -1,37 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=KernSmooth
|
||||
_pkgver=2.23-26
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Functions for Kernel Smoothing Supporting Wand & Jones (1995)"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('LicenseRef-Unlimited')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
makedepends=(
|
||||
gcc-fortran
|
||||
)
|
||||
optdepends=(
|
||||
r-cardata
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||
"Unlimited")
|
||||
md5sums=('6bc46cc96d87d37de73050f49b2b1bc2')
|
||||
b2sums=('a28342c54c6cbb9399b4f7424554d1456c0f2135da964e0e1e91efba1f3bd2129ac1cf62b9fab389b9e95f5293496b59bcfd4767d86db867a71303723c2516c1')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
|
||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" Unlimited
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
There are no restrictions on distribution or use other than those imposed by relevant laws (including copyright laws).
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,12 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_makedepends:
|
||||
- r-cardata
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: KernSmooth
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
Loading…
Add table
Reference in a new issue