summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1e1337b7610398e011fc283ae193ca3ce21a1759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Dringsim <dringsim@qq.com>

pkgname=binfmt-python
pkgver=1
pkgrel=2
pkgdesc="Register Python interpreter"
arch=('any')
url="http://www.freedesktop.org/software/systemd/man/binfmt.d.html"
license=('Unlicense')
depends=('python')
source=('python.conf')
md5sums=('52d4af1a8c3830e86a10a9624add7f83')

package() {
    install -Dm644 'python.conf' "$pkgdir/usr/lib/binfmt.d/python.conf"
}