1
0
forked from ports/contrib

patool: remove leftover file

This commit is contained in:
Tim Biermann 2019-08-08 01:55:18 +02:00
parent 4610de213b
commit e1e99d51d1
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606

View File

@ -1,14 +0,0 @@
# Description: patool is a portable command line archive file manager
# URL: https://github.com/wummel/patool
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3 python3-setuptools
name=patool
version=1.12
release=2
source=(https://github.com/wummel/patool/archive/upstream/$version/$name-$version.tar.gz)
build() {
cd $name-upstream-$version
python3 setup.py install --root=$PKG --prefix=/usr --optimize=1
}