slimerjs: remove.
This commit is contained in:
parent
3c43402258
commit
25f9517bf1
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
# Template file for 'slimerjs'
|
||||
pkgname=slimerjs
|
||||
version=0.10.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="bash firefox-esr<52"
|
||||
short_desc="A scriptable browser for Firefox"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="MPL-2.0, 3-clause-BSD"
|
||||
homepage="https://slimerjs.org/"
|
||||
distfiles="https://github.com/laurentj/slimerjs/releases/download/${version}/slimerjs-${version}.tar.bz2"
|
||||
checksum=50d7f0e94373ea5ef53e9577ccb7d0e3e60da84e37718ef24131c756be1837bd
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/slimerjs
|
||||
vcopy * usr/share/slimerjs
|
||||
ln -sf /usr/share/slimerjs/slimerjs ${DESTDIR}/usr/bin/slimerjs
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue