15 lines
370 B
Bash
15 lines
370 B
Bash
|
# Template file for 'R-cran-ps'
|
||
|
pkgname=R-cran-ps
|
||
|
version=1.3.3
|
||
|
revision=1
|
||
|
build_style=R-cran
|
||
|
short_desc="List, Query, Manipulate System Processes"
|
||
|
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
||
|
license="BSD-3-Clause"
|
||
|
homepage="https://github.com/r-lib/ps"
|
||
|
checksum=03a45651538855be806e6dd9d731f101a6bbbd34162f887f9df69583f7fb20f4
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|