Add xxhash package

This commit is contained in:
Safa Arıman
2020-03-21 00:13:45 +03:00
parent fdc9998a30
commit bc0dee085a
3 changed files with 79 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.install()
pisitools.remove('/usr/lib/libxxhash.a')
pisitools.dodoc('LICENSE')