summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0cb2090b09079b4c3ac4c7ff43af8f7fd57dcab9 (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=1
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=('9137ba72f8f1b71d379615beff940ab6')

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