new package php composer
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
pass
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pass
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/bin", "composer.phar", "composer")
|
||||||
|
#shelltools.chmod("/usr/bin/composer", mode=0o755)
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/standard/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>composer</Name>
|
||||||
|
<Homepage>https://getcomposer.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<Summary>PHP için bağımlılık yönetim aracı</Summary>
|
||||||
|
<Description>Composer, PHP projelerinizdeki kütüphaneleri ve bağımlılıkları yönetmenizi sağlayan bir araçtır.</Description>
|
||||||
|
<Archive sha1sum="8957110cb5a83236348a85eb81cc5a23919ddc4f" type="binary">
|
||||||
|
https://getcomposer.org/download/2.9.7/composer.phar
|
||||||
|
</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>composer</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>php8-common</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin/composer</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2026-05-12</Date>
|
||||||
|
<Version>2.9.7</Version>
|
||||||
|
<Comment>İlk sürüm.</Comment>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user