You are not logged in.

#1 2014-10-12 09:40:54

ali miracle
Member
Registered: 2014-10-12
Posts: 6

add my Program to aur

hi
Is one can add my Program to aur??
This source code

http://sourceforge.net/projects/rosecry … secrypt1.2

and This Binary edition

http://sourceforge.net/projects/rosecry … u%20linux/

Offline

#2 2014-10-12 10:48:31

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: add my Program to aur

I had a look at this; and I don't mean to be rude; but I'm not sure there is much demand for a GUI that does nothing more then

Source:= TFileStream.Create(q,fmOpenRead);
Dest:= TFileStream.Create(e,fmCreate);
Cipher:= TDCP_rijndael.Create(Self);
Cipher.InitStr(KeyStr,TDCP_SHA256);
Cipher.EncryptStream(Source,Dest,Source.Size); // encrypt the contents of the file

. Also; I'm missing compilation instructions; fpc says:

$ fpc unit1.pas 
Free Pascal Compiler version 2.6.4 [2014/03/12] for x86_64
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling unit1.pas
unit1.pas(15,22) Fatal: Can't find unit FileUtil used by Unit1

Offline

#3 2014-10-12 11:47:13

ali miracle
Member
Registered: 2014-10-12
Posts: 6

Re: add my Program to aur

yeu Must be used lazarus and dcpcrypt Library
Greetings and regards
ali

Offline

#4 2014-10-12 14:45:17

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: add my Program to aur

You create an account and add your own packages to the AUR yourself. If what you're asking is for someone to create the PKGBUILD for you, then you may want to make that clear.


Matt

"It is very difficult to educate the educated."

Offline

#5 2014-10-12 15:04:09

ali miracle
Member
Registered: 2014-10-12
Posts: 6

Re: add my Program to aur

mrunion
i'm not user to Arch

But I want to deploy a my Programs

Offline

#6 2014-10-12 16:05:47

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: add my Program to aur

If the build is not scriptable, it is not packagable.

Offline

#7 2014-10-12 16:54:50

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: add my Program to aur

ali miracle wrote:

i'm not user to Arch

If there is not even one arch user who wants this program, then there is no reason for it to be in the AUR.  Please do not submit it.

I'm not even sure there is a purpose for this thread - it seems to be advertising your code which you want others to use.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2014-10-12 17:07:10

ali miracle
Member
Registered: 2014-10-12
Posts: 6

Re: add my Program to aur

My friends want the program in Arch

Offline

#9 2014-10-12 17:48:59

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: add my Program to aur

ali miracle wrote:

My friends want the program in Arch

Why can't he use the binary version you put in the repo? Doesn't it work for him?

Offline

#10 2014-10-12 18:12:22

ali miracle
Member
Registered: 2014-10-12
Posts: 6

Re: add my Program to aur

Its work
But the difficulty of in kde And Other Because they use qt

Offline

#11 2014-10-12 22:45:36

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: add my Program to aur

ali miracle, first and foremost, thank you for contributing to the open source community.  Anyone willing to share their code freely with the public deserves our grattitude.

However, I don't think this is the right place to be sharing this particular bit.  Your code is available on sourceforge already.  These forums, and the AUR, are for users of archlinux.  If you have friends who use archlinux and would like to package your code for the AUR we may be able to help.  But without that it just looks like you are trying to advertise your code which may be at odds with our forum guidelines:
spam, advertising, & solicitation

Based on this I'm closing this thread.  Archlinux users tend to be able to install from source and make a PKGBUILD when they need to, so while I appreciate upstream developers making their code easy to package, there is no real need for it here.  I think as a coder, efforts to package for some of the more mainstream distros that are not as equiped to install from source by default (eg the *buntus) would be a more productive avenue to making your code widely available.

Good luck, and happy coding.

Closing.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB